Class CustomColumnInfo
Inheritance
System.Object
CustomColumnInfo
Implements
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.dll
Syntax
public class CustomColumnInfo : IColumnInfo
Constructors
CustomColumnInfo()
Declaration
public CustomColumnInfo()
CustomColumnInfo(String)
Declaration
public CustomColumnInfo(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Properties
CustomTypeName
Declaration
public string CustomTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()