C# Class SchemaZen.Library.Models.UserDefinedType

Inheritance: INameable, IHasOwner, IScriptable
ファイルを表示 Open project: Zocdoc/schemazen

Public Methods

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

Private Methods

Method Description
HasMaxLength ( ) : bool

Method Details

ScriptCreate() public method

public ScriptCreate ( ) : string
return string

UserDefinedType() public method

public UserDefinedType ( string owner, string name, string baseTypeName, short maxLength, bool nullable ) : System
owner string
name string
baseTypeName string
maxLength short
nullable bool
return System