C# Class FluentCassandra.Types.NullType

Inheritance: CassandraObject
Afficher le fichier Open project: nativex/fluentcassandra

Méthodes publiques

Свойство Type Description
Value NullType

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValue ( ) : object
SetValue ( object obj ) : void
SetValueFromBigEndian ( byte value ) : void
ToBigEndian ( ) : byte[]
operator ( ) : bool

Méthodes protégées

Méthode Description
GetValueInternal ( Type type ) : object

Private Methods

Méthode Description
NullType ( ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValue() public méthode

public GetValue ( ) : object
Résultat object

GetValueInternal() protected méthode

protected GetValueInternal ( Type type ) : object
type System.Type
Résultat object

SetValue() public méthode

public SetValue ( object obj ) : void
obj object
Résultat void

SetValueFromBigEndian() public méthode

public SetValueFromBigEndian ( byte value ) : void
value byte
Résultat void

ToBigEndian() public méthode

public ToBigEndian ( ) : byte[]
Résultat byte[]

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Value public_oe static_oe property

public static NullType,FluentCassandra.Types Value
Résultat NullType