C# 클래스 FluentCassandra.Types.ReversedType

상속: CassandraObject
파일 보기 프로젝트 열기: nativex/fluentcassandra

공개 메소드들

메소드 설명
GetValue ( ) : object
SetValue ( object obj ) : void
SetValueFromBigEndian ( byte value ) : void
ToBigEndian ( ) : byte[]

보호된 메소드들

메소드 설명
GetValueInternal ( Type type ) : object

메소드 상세

GetValue() 공개 메소드

public GetValue ( ) : object
리턴 object

GetValueInternal() 보호된 메소드

protected GetValueInternal ( Type type ) : object
type System.Type
리턴 object

SetValue() 공개 메소드

public SetValue ( object obj ) : void
obj object
리턴 void

SetValueFromBigEndian() 공개 메소드

public SetValueFromBigEndian ( byte value ) : void
value byte
리턴 void

ToBigEndian() 공개 메소드

public ToBigEndian ( ) : byte[]
리턴 byte[]