C# Class weedstudio.Model.PropertyModel

Inheritance: IBinder
Mostra file Open project: noear/Weed3 Class Usage Examples

Public Methods

Method 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 method

public PropertyModel ( ) : System
return System

PropertyModel() public method

public PropertyModel ( String name, string type, bool isKey, string note, string def ) : System
name String
type string
isKey bool
note string
def string
return System

bind() public method

public bind ( GetHandlerEx s ) : void
s GetHandlerEx
return void

clone() public method

public clone ( ) : IBinder
return IBinder