C# Class Property, simplexml

ファイルを表示 Open project: ngallagher/simplexml Class Usage Examples

Public Methods

Method Description
AddGetMethod ( MethodDetail, detail ) : void
AddSetMethod ( MethodDetail, detail ) : void
Done ( ) : void
Get ( ) : MethodDetail
IsDone ( ) : bool
IsGettable ( ) : bool
IsSettable ( ) : bool
Set ( ) : MethodDetail
Verify ( ) : bool

Method Details

AddGetMethod() public method

public AddGetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
return void

AddSetMethod() public method

public AddSetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
return void

Done() public method

public Done ( ) : void
return void

Get() public method

public Get ( ) : MethodDetail
return MethodDetail

IsDone() public method

public IsDone ( ) : bool
return bool

IsGettable() public method

public IsGettable ( ) : bool
return bool

IsSettable() public method

public IsSettable ( ) : bool
return bool

Set() public method

public Set ( ) : MethodDetail
return MethodDetail

Verify() public method

public Verify ( ) : bool
return bool