C# Class FluentCassandra.Types.ReversedType

Inheritance: CassandraObject
Exibir arquivo Open project: nativex/fluentcassandra

Public Methods

Method Description
GetValue ( ) : object
SetValue ( object obj ) : void
SetValueFromBigEndian ( byte value ) : void
ToBigEndian ( ) : byte[]

Protected Methods

Method Description
GetValueInternal ( Type type ) : object

Method Details

GetValue() public method

public GetValue ( ) : object
return object

GetValueInternal() protected method

protected GetValueInternal ( Type type ) : object
type System.Type
return object

SetValue() public method

public SetValue ( object obj ) : void
obj object
return void

SetValueFromBigEndian() public method

public SetValueFromBigEndian ( byte value ) : void
value byte
return void

ToBigEndian() public method

public ToBigEndian ( ) : byte[]
return byte[]