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