C# Class SDE.Tools.DatabaseEditor.Engines.DbMaker.CustomAttribute

Inheritance: DbAttribute
Afficher le fichier Open project: Tokeiburu/RagnarokSDE

Méthodes publiques

Méthode Description
CustomAttribute ( DbAttribute attribute ) : System
CustomAttribute ( string name, Type type, object @default ) : System
CustomAttribute ( string name, Type type, object @default, string displayName, string comment ) : System
SetDataType ( Type type ) : void

Method Details

CustomAttribute() public méthode

public CustomAttribute ( DbAttribute attribute ) : System
attribute DbAttribute
Résultat System

CustomAttribute() public méthode

public CustomAttribute ( string name, Type type, object @default ) : System
name string
type System.Type
@default object
Résultat System

CustomAttribute() public méthode

public CustomAttribute ( string name, Type type, object @default, string displayName, string comment ) : System
name string
type System.Type
@default object
displayName string
comment string
Résultat System

SetDataType() public méthode

public SetDataType ( Type type ) : void
type System.Type
Résultat void