C# Class weedstudio.Model.PropertyModel

Inheritance: IBinder
Afficher le fichier Open project: noear/Weed3 Class Usage Examples

Méthodes publiques

Méthode Description
PropertyModel ( ) : System
PropertyModel ( String name, string type, bool isKey, string note, string def ) : System
bind ( GetHandlerEx s ) : void
clone ( ) : IBinder

Method Details

PropertyModel() public méthode

public PropertyModel ( ) : System
Résultat System

PropertyModel() public méthode

public PropertyModel ( String name, string type, bool isKey, string note, string def ) : System
name String
type string
isKey bool
note string
def string
Résultat System

bind() public méthode

public bind ( GetHandlerEx s ) : void
s GetHandlerEx
Résultat void

clone() public méthode

public clone ( ) : IBinder
Résultat IBinder