Метод | Описание | |
---|---|---|
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 |
public static GetAssociationName ( this prop ) : string | ||
prop | this | |
Результат | string |
public static GetIsList ( this prop ) : bool | ||
prop | this | |
Результат | bool |
public static GetLengthConstraint ( this prop ) : StringRangeConstraint | ||
prop | this | |
Результат | StringRangeConstraint |
public static GetMaxLength ( this prop ) : int | ||
prop | this | |
Результат | int |
public static GetScale ( this prop ) : int | ||
prop | this | |
Результат | int |
public static GetSize ( this prop ) : int | ||
prop | this | |
Результат | int |
public static HasLengthConstraint ( this prop ) : bool | ||
prop | this | |
Результат | bool |
public static IsCalculated ( this p ) : bool | ||
p | this | |
Результат | bool |
public static IsClientReadOnly ( this p ) : bool | ||
p | this | |
Результат | bool |
public static IsInitOnly ( this p ) : bool | ||
p | this | |
Результат | bool |
public static IsNullable ( this p ) : bool | ||
p | this | |
Результат | bool |
public static IsReadOnly ( this p ) : bool | ||
p | this | |
Результат | bool |
public static IsViewReadOnly ( this p ) : bool | ||
p | this | |
Результат | bool |