C# Class CqlSharp.Linq.TypeSystem

Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
DefaultValue ( this type ) : object
GetElementType ( Type seqType ) : Type

Method Details

FindIEnumerable() public static méthode

public static FindIEnumerable ( Type seqType ) : Type
seqType System.Type
Résultat System.Type

Implements() public static méthode

public static Implements ( this type, Type iface ) : bool
type this
iface System.Type
Résultat bool

SequenceEqual() public static méthode

public static SequenceEqual ( IEnumerable first, IEnumerable second ) : bool
first IEnumerable
second IEnumerable
Résultat bool

ToStringValue() public static méthode

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.
Résultat string