C# Class kOS.Structure

ファイルを表示 Open project: Nivekk/KOS

Public Methods

Method Description
AddSuffix ( String name, SetSuffixValueDlg setter, GetSuffixValueDlg getter ) : void
GetSuffix ( String suffixName ) : object
SetSuffix ( String suffixName, object value ) : bool
TryOperation ( string op, object other, bool reverseOrder ) : object

Method Details

AddSuffix() public method

public AddSuffix ( String name, SetSuffixValueDlg setter, GetSuffixValueDlg getter ) : void
name String
setter SetSuffixValueDlg
getter GetSuffixValueDlg
return void

GetSuffix() public method

public GetSuffix ( String suffixName ) : object
suffixName String
return object

SetSuffix() public method

public SetSuffix ( String suffixName, object value ) : bool
suffixName String
value object
return bool

TryOperation() public method

public TryOperation ( string op, object other, bool reverseOrder ) : object
op string
other object
reverseOrder bool
return object