C# Class Kento.ExternalProperty

Inheritance: ExternalMember
ファイルを表示 Open project: LukaHorvat/Kento Class Usage Examples

Public Methods

Method Description
ExternalProperty ( string Name, bool Static, ChangeHandler OnChange, ExternalGetter External ) : System
ExternalProperty ( string Name, bool Static, ChangeHandler OnChange, Value Value ) : System
ExternalProperty ( string Name, bool Static, ExternalGetter External ) : System
ExternalProperty ( string Name, bool Static, Value Value ) : System

Method Details

ExternalProperty() public method

public ExternalProperty ( string Name, bool Static, ChangeHandler OnChange, ExternalGetter External ) : System
Name string
Static bool
OnChange ChangeHandler
External ExternalGetter
return System

ExternalProperty() public method

public ExternalProperty ( string Name, bool Static, ChangeHandler OnChange, Value Value ) : System
Name string
Static bool
OnChange ChangeHandler
Value Value
return System

ExternalProperty() public method

public ExternalProperty ( string Name, bool Static, ExternalGetter External ) : System
Name string
Static bool
External ExternalGetter
return System

ExternalProperty() public method

public ExternalProperty ( string Name, bool Static, Value Value ) : System
Name string
Static bool
Value Value
return System