C# Класс Zetbox.App.Extensions.PropertyExtensions

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

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

Метод Описание
GetAssociationName ( this prop ) : string

Returns the association name for the given ValueTypeProperty or StructProperty

GetIsList ( this prop ) : bool
GetLengthConstraint ( this prop ) : StringRangeConstraint
GetMaxLength ( this prop ) : int
GetScale ( this prop ) : int
GetSize ( this prop ) : int
HasLengthConstraint ( this prop ) : bool
IsCalculated ( this p ) : bool
IsClientReadOnly ( this p ) : bool
IsInitOnly ( this p ) : bool
IsNullable ( this p ) : bool
IsReadOnly ( this p ) : bool
IsViewReadOnly ( this p ) : bool

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

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

Returns the association name for the given ValueTypeProperty or StructProperty
public static GetAssociationName ( this prop ) : string
prop this
Результат string

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

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

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

public static GetLengthConstraint ( this prop ) : StringRangeConstraint
prop this
Результат StringRangeConstraint

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

public static GetMaxLength ( this prop ) : int
prop this
Результат int

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

public static GetScale ( this prop ) : int
prop this
Результат int

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

public static GetSize ( this prop ) : int
prop this
Результат int

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

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

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

public static IsCalculated ( this p ) : bool
p this
Результат bool

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

public static IsClientReadOnly ( this p ) : bool
p this
Результат bool

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

public static IsInitOnly ( this p ) : bool
p this
Результат bool

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

public static IsNullable ( this p ) : bool
p this
Результат bool

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

public static IsReadOnly ( this p ) : bool
p this
Результат bool

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

public static IsViewReadOnly ( this p ) : bool
p this
Результат bool