C# Class SchemaZen.Library.Models.UserDefinedType

Inheritance: INameable, IHasOwner, IScriptable
Afficher le fichier Open project: Zocdoc/schemazen

Méthodes publiques

Méthode Description
ScriptCreate ( ) : string
UserDefinedType ( string owner, string name, string baseTypeName, short maxLength, bool nullable ) : System

Private Methods

Méthode Description
HasMaxLength ( ) : bool

Method Details

ScriptCreate() public méthode

public ScriptCreate ( ) : string
Résultat string

UserDefinedType() public méthode

public UserDefinedType ( string owner, string name, string baseTypeName, short maxLength, bool nullable ) : System
owner string
name string
baseTypeName string
maxLength short
nullable bool
Résultat System