C# Class PropertyMap, simplexml

Inheritance: ICanBeReadInOrder, IHaveValueNode
Exibir arquivo Open project: ngallagher/simplexml Class Usage Examples

Public Methods

Method Description
AddGetProperty ( String name, MethodDetail, detail ) : void
AddSetProperty ( String name, MethodDetail, detail ) : void
GetProperty ( String name ) : Property
PropertyMap ( SourceDetails details ) : System.Collections.Generic

Method Details

AddGetProperty() public method

public AddGetProperty ( String name, MethodDetail, detail ) : void
name String
detail MethodDetail,
return void

AddSetProperty() public method

public AddSetProperty ( String name, MethodDetail, detail ) : void
name String
detail MethodDetail,
return void

GetProperty() public method

public GetProperty ( String name ) : Property
name String
return Property

PropertyMap() public method

public PropertyMap ( SourceDetails details ) : System.Collections.Generic
details SourceDetails
return System.Collections.Generic