C# Class Signum.Entities.InTypeScriptAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Méthode Description
GetInTypeScript ( ) : bool?
GetNull ( ) : bool?
GetUndefined ( ) : bool?
InTypeScriptAttribute ( ) : System
InTypeScriptAttribute ( bool inTypeScript ) : System

Private Methods

Méthode Description
NotSet ( ) : bool

Method Details

GetInTypeScript() public méthode

public GetInTypeScript ( ) : bool?
Résultat bool?

GetNull() public méthode

public GetNull ( ) : bool?
Résultat bool?

GetUndefined() public méthode

public GetUndefined ( ) : bool?
Résultat bool?

InTypeScriptAttribute() public méthode

public InTypeScriptAttribute ( ) : System
Résultat System

InTypeScriptAttribute() public méthode

public InTypeScriptAttribute ( bool inTypeScript ) : System
inTypeScript bool
Résultat System