C# Class Oddr.Models.ODDRPropertyValues

Inheritance: IPropertyValues
Afficher le fichier Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Méthodes publiques

Méthode Description
GetAll ( ) : IPropertyValue[]
GetValue ( IPropertyRef pr ) : IPropertyValue
ODDRPropertyValues ( ) : System
addProperty ( IPropertyValue v ) : void

Method Details

GetAll() public méthode

public GetAll ( ) : IPropertyValue[]
Résultat IPropertyValue[]

GetValue() public méthode

public GetValue ( IPropertyRef pr ) : IPropertyValue
pr IPropertyRef
Résultat IPropertyValue

ODDRPropertyValues() public méthode

public ODDRPropertyValues ( ) : System
Résultat System

addProperty() public méthode

public addProperty ( IPropertyValue v ) : void
v IPropertyValue
Résultat void