C# Класс Zetbox.Generator.Extensions.PropertyChecks

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetCSharpTypeDef() публичный статический Метод

public static GetCSharpTypeDef ( this prop ) : string
prop this
Результат string

HasPersistentOrder() публичный статический Метод

public static HasPersistentOrder ( this prop ) : bool
prop this
Результат bool

IsAssociation() публичный статический Метод

public static IsAssociation ( this prop ) : bool
prop this
Результат bool

IsCompoundObjectPropertyList() публичный статический Метод

public static IsCompoundObjectPropertyList ( this prop ) : bool
prop this
Результат bool

IsCompoundObjectPropertySingle() публичный статический Метод

public static IsCompoundObjectPropertySingle ( this prop ) : bool
prop this
Результат bool

IsEnumerationPropertyList() публичный статический Метод

public static IsEnumerationPropertyList ( this prop ) : bool
prop this
Результат bool

IsEnumerationPropertySingle() публичный статический Метод

public static IsEnumerationPropertySingle ( this prop ) : bool
prop this
Результат bool

IsList() публичный статический Метод

public static IsList ( this prop ) : bool
prop this
Результат bool

IsObjectReferencePropertyList() публичный статический Метод

public static IsObjectReferencePropertyList ( this prop ) : bool
prop this
Результат bool

IsObjectReferencePropertySingle() публичный статический Метод

public static IsObjectReferencePropertySingle ( this prop ) : bool
prop this
Результат bool

IsValueTypePropertyList() публичный статический Метод

public static IsValueTypePropertyList ( this prop ) : bool
prop this
Результат bool

IsValueTypePropertySingle() публичный статический Метод

public static IsValueTypePropertySingle ( this prop ) : bool
prop this
Результат bool