C# Class Oddr.Models.ODDRPropertyValue

Inheritance: IPropertyValue
Show file Open project: OpenDDRdotORG/OpenDDR-CSharp

Public Methods

Method Description
Exists ( ) : bool
GetBoolean ( ) : bool
GetDouble ( ) : double
GetEnumeration ( ) : string[]
GetFloat ( ) : float
GetInteger ( ) : int
GetLong ( ) : long
GetString ( ) : string
ODDRPropertyValue ( String value, String type, IPropertyRef propertyRef ) : System
PropertyRef ( ) : IPropertyRef

Method Details

Exists() public method

public Exists ( ) : bool
return bool

GetBoolean() public method

Thrown when...
public GetBoolean ( ) : bool
return bool

GetDouble() public method

Thrown when...
public GetDouble ( ) : double
return double

GetEnumeration() public method

Thrown when...
public GetEnumeration ( ) : string[]
return string[]

GetFloat() public method

Thrown when...
public GetFloat ( ) : float
return float

GetInteger() public method

Thrown when...
public GetInteger ( ) : int
return int

GetLong() public method

Thrown when...
public GetLong ( ) : long
return long

GetString() public method

Thrown when...
public GetString ( ) : string
return string

ODDRPropertyValue() public method

public ODDRPropertyValue ( String value, String type, IPropertyRef propertyRef ) : System
value String
type String
propertyRef IPropertyRef
return System

PropertyRef() public method

public PropertyRef ( ) : IPropertyRef
return IPropertyRef