C# Class Signum.Entities.InTypeScriptAttribute

Inheritance: System.Attribute
Mostra file Open project: signumsoftware/framework

Public Methods

Method Description
GetInTypeScript ( ) : bool?
GetNull ( ) : bool?
GetUndefined ( ) : bool?
InTypeScriptAttribute ( ) : System
InTypeScriptAttribute ( bool inTypeScript ) : System

Private Methods

Method Description
NotSet ( ) : bool

Method Details

GetInTypeScript() public method

public GetInTypeScript ( ) : bool?
return bool?

GetNull() public method

public GetNull ( ) : bool?
return bool?

GetUndefined() public method

public GetUndefined ( ) : bool?
return bool?

InTypeScriptAttribute() public method

public InTypeScriptAttribute ( ) : System
return System

InTypeScriptAttribute() public method

public InTypeScriptAttribute ( bool inTypeScript ) : System
inTypeScript bool
return System