C# Class Zetbox.Generator.Extensions.PropertyChecks

Datei anzeigen Open project: daszat/zetbox

Public Methods

Method 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 method

public static GetCSharpTypeDef ( this prop ) : string
prop this
return string

HasPersistentOrder() public static method

public static HasPersistentOrder ( this prop ) : bool
prop this
return bool

IsAssociation() public static method

public static IsAssociation ( this prop ) : bool
prop this
return bool

IsCompoundObjectPropertyList() public static method

public static IsCompoundObjectPropertyList ( this prop ) : bool
prop this
return bool

IsCompoundObjectPropertySingle() public static method

public static IsCompoundObjectPropertySingle ( this prop ) : bool
prop this
return bool

IsEnumerationPropertyList() public static method

public static IsEnumerationPropertyList ( this prop ) : bool
prop this
return bool

IsEnumerationPropertySingle() public static method

public static IsEnumerationPropertySingle ( this prop ) : bool
prop this
return bool

IsList() public static method

public static IsList ( this prop ) : bool
prop this
return bool

IsObjectReferencePropertyList() public static method

public static IsObjectReferencePropertyList ( this prop ) : bool
prop this
return bool

IsObjectReferencePropertySingle() public static method

public static IsObjectReferencePropertySingle ( this prop ) : bool
prop this
return bool

IsValueTypePropertyList() public static method

public static IsValueTypePropertyList ( this prop ) : bool
prop this
return bool

IsValueTypePropertySingle() public static method

public static IsValueTypePropertySingle ( this prop ) : bool
prop this
return bool