C# 클래스 Signum.Entities.InTypeScriptAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
GetInTypeScript ( ) : bool?
GetNull ( ) : bool?
GetUndefined ( ) : bool?
InTypeScriptAttribute ( ) : System
InTypeScriptAttribute ( bool inTypeScript ) : System

비공개 메소드들

메소드 설명
NotSet ( ) : bool

메소드 상세

GetInTypeScript() 공개 메소드

public GetInTypeScript ( ) : bool?
리턴 bool?

GetNull() 공개 메소드

public GetNull ( ) : bool?
리턴 bool?

GetUndefined() 공개 메소드

public GetUndefined ( ) : bool?
리턴 bool?

InTypeScriptAttribute() 공개 메소드

public InTypeScriptAttribute ( ) : System
리턴 System

InTypeScriptAttribute() 공개 메소드

public InTypeScriptAttribute ( bool inTypeScript ) : System
inTypeScript bool
리턴 System