C# Class PropertyMap, simplexml

Inheritance: ICanBeReadInOrder, IHaveValueNode
Afficher le fichier Open project: ngallagher/simplexml Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddGetProperty ( String name, MethodDetail, detail ) : void
name String
detail MethodDetail,
Résultat void

AddSetProperty() public méthode

public AddSetProperty ( String name, MethodDetail, detail ) : void
name String
detail MethodDetail,
Résultat void

GetProperty() public méthode

public GetProperty ( String name ) : Property
name String
Résultat Property

PropertyMap() public méthode

public PropertyMap ( SourceDetails details ) : System.Collections.Generic
details SourceDetails
Résultat System.Collections.Generic