C# Class Oddr.Models.ODDRPropertyValues

Inheritance: IPropertyValues
Mostra file Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Public Methods

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

Method Details

GetAll() public method

public GetAll ( ) : IPropertyValue[]
return IPropertyValue[]

GetValue() public method

public GetValue ( IPropertyRef pr ) : IPropertyValue
pr IPropertyRef
return IPropertyValue

ODDRPropertyValues() public method

public ODDRPropertyValues ( ) : System
return System

addProperty() public method

public addProperty ( IPropertyValue v ) : void
v IPropertyValue
return void