C# 클래스 CqlSharp.Linq.TypeSystem

파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
FindIEnumerable ( Type seqType ) : Type
Implements ( this type, Type iface ) : bool
SequenceEqual ( IEnumerable first, IEnumerable second ) : bool
ToStringValue ( object value, CqlType type ) : string

Translates the object to its Cql string representation.

비공개 메소드들

메소드 설명
DefaultValue ( this type ) : object
GetElementType ( Type seqType ) : Type

메소드 상세

FindIEnumerable() 공개 정적인 메소드

public static FindIEnumerable ( Type seqType ) : Type
seqType System.Type
리턴 System.Type

Implements() 공개 정적인 메소드

public static Implements ( this type, Type iface ) : bool
type this
iface System.Type
리턴 bool

SequenceEqual() 공개 정적인 메소드

public static SequenceEqual ( IEnumerable first, IEnumerable second ) : bool
first IEnumerable
second IEnumerable
리턴 bool

ToStringValue() 공개 정적인 메소드

Translates the object to its Cql string representation.
Unable to translate term to a string representation
public static ToStringValue ( object value, CqlType type ) : string
value object The value.
type CqlType The type.
리턴 string