C# 클래스 Zetbox.App.Extensions.PropertyExtensions

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
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