C# Class Property, simplexml

Afficher le fichier Open project: ngallagher/simplexml Class Usage Examples

Méthodes publiques

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

public AddGetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
Résultat void

AddSetMethod() public méthode

public AddSetMethod ( MethodDetail, detail ) : void
detail MethodDetail,
Résultat void

Done() public méthode

public Done ( ) : void
Résultat void

Get() public méthode

public Get ( ) : MethodDetail
Résultat MethodDetail

IsDone() public méthode

public IsDone ( ) : bool
Résultat bool

IsGettable() public méthode

public IsGettable ( ) : bool
Résultat bool

IsSettable() public méthode

public IsSettable ( ) : bool
Résultat bool

Set() public méthode

public Set ( ) : MethodDetail
Résultat MethodDetail

Verify() public méthode

public Verify ( ) : bool
Résultat bool