C# Class Zetbox.Generator.Extensions.PropertyChecks

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
GetCSharpTypeDef ( this prop ) : string
HasPersistentOrder ( this prop ) : bool
IsAssociation ( this prop ) : bool
IsCompoundObjectPropertyList ( this prop ) : bool
IsCompoundObjectPropertySingle ( this prop ) : bool
IsEnumerationPropertyList ( this prop ) : bool
IsEnumerationPropertySingle ( this prop ) : bool
IsList ( this prop ) : bool
IsObjectReferencePropertyList ( this prop ) : bool
IsObjectReferencePropertySingle ( this prop ) : bool
IsValueTypePropertyList ( this prop ) : bool
IsValueTypePropertySingle ( this prop ) : bool

Method Details

GetCSharpTypeDef() public static méthode

public static GetCSharpTypeDef ( this prop ) : string
prop this
Résultat string

HasPersistentOrder() public static méthode

public static HasPersistentOrder ( this prop ) : bool
prop this
Résultat bool

IsAssociation() public static méthode

public static IsAssociation ( this prop ) : bool
prop this
Résultat bool

IsCompoundObjectPropertyList() public static méthode

public static IsCompoundObjectPropertyList ( this prop ) : bool
prop this
Résultat bool

IsCompoundObjectPropertySingle() public static méthode

public static IsCompoundObjectPropertySingle ( this prop ) : bool
prop this
Résultat bool

IsEnumerationPropertyList() public static méthode

public static IsEnumerationPropertyList ( this prop ) : bool
prop this
Résultat bool

IsEnumerationPropertySingle() public static méthode

public static IsEnumerationPropertySingle ( this prop ) : bool
prop this
Résultat bool

IsList() public static méthode

public static IsList ( this prop ) : bool
prop this
Résultat bool

IsObjectReferencePropertyList() public static méthode

public static IsObjectReferencePropertyList ( this prop ) : bool
prop this
Résultat bool

IsObjectReferencePropertySingle() public static méthode

public static IsObjectReferencePropertySingle ( this prop ) : bool
prop this
Résultat bool

IsValueTypePropertyList() public static méthode

public static IsValueTypePropertyList ( this prop ) : bool
prop this
Résultat bool

IsValueTypePropertySingle() public static méthode

public static IsValueTypePropertySingle ( this prop ) : bool
prop this
Résultat bool