C# Class hubiquitus4w8.hapi.hStructures.HCondition

Inheritance: Newtonsoft.Json.Linq.JObject
Show file Open project: hubiquitus-old/hubiquitus4w8 Class Usage Examples

Public Methods

Method Description
GetAndValue ( ) : Newtonsoft.Json.Linq.JArray
GetEqValue ( ) : HValue
GetGeo ( ) : HPos
GetGtValue ( ) : HValue
GetGteValue ( ) : HValue
GetInValue ( ) : HArrayOfValue
GetLtValue ( ) : HValue
GetLteValue ( ) : HValue
GetNeValue ( ) : HValue
GetNinValue ( ) : HArrayOfValue
GetNorValue ( ) : Newtonsoft.Json.Linq.JArray
GetNotValue ( ) : HCondition
GetOrValue ( ) : Newtonsoft.Json.Linq.JArray
GetRelevant ( ) : bool?
HCondition ( ) : System
HCondition ( Newtonsoft.Json.Linq.JObject jsobObj ) : System
SetAndValue ( Newtonsoft.Json.Linq.JArray value ) : void
SetEqValue ( HValue value ) : void
SetGeo ( HPos geo ) : void
SetGtValue ( HValue value ) : void
SetGteValue ( HValue value ) : void
SetInValue ( HArrayOfValue value ) : void
SetLtValue ( HValue value ) : void
SetLteValue ( HValue value ) : void
SetNeValue ( HValue value ) : void
SetNinValue ( HArrayOfValue value ) : void
SetNorValue ( Newtonsoft.Json.Linq.JArray value ) : void
SetNotValue ( HCondition value ) : void
SetOrValue ( Newtonsoft.Json.Linq.JArray value ) : void
SetRelevant ( bool relevant ) : void

Method Details

GetAndValue() public method

public GetAndValue ( ) : Newtonsoft.Json.Linq.JArray
return Newtonsoft.Json.Linq.JArray

GetEqValue() public method

public GetEqValue ( ) : HValue
return HValue

GetGeo() public method

public GetGeo ( ) : HPos
return HPos

GetGtValue() public method

public GetGtValue ( ) : HValue
return HValue

GetGteValue() public method

public GetGteValue ( ) : HValue
return HValue

GetInValue() public method

public GetInValue ( ) : HArrayOfValue
return HArrayOfValue

GetLtValue() public method

public GetLtValue ( ) : HValue
return HValue

GetLteValue() public method

public GetLteValue ( ) : HValue
return HValue

GetNeValue() public method

public GetNeValue ( ) : HValue
return HValue

GetNinValue() public method

public GetNinValue ( ) : HArrayOfValue
return HArrayOfValue

GetNorValue() public method

public GetNorValue ( ) : Newtonsoft.Json.Linq.JArray
return Newtonsoft.Json.Linq.JArray

GetNotValue() public method

public GetNotValue ( ) : HCondition
return HCondition

GetOrValue() public method

public GetOrValue ( ) : Newtonsoft.Json.Linq.JArray
return Newtonsoft.Json.Linq.JArray

GetRelevant() public method

public GetRelevant ( ) : bool?
return bool?

HCondition() public method

public HCondition ( ) : System
return System

HCondition() public method

public HCondition ( Newtonsoft.Json.Linq.JObject jsobObj ) : System
jsobObj Newtonsoft.Json.Linq.JObject
return System

SetAndValue() public method

public SetAndValue ( Newtonsoft.Json.Linq.JArray value ) : void
value Newtonsoft.Json.Linq.JArray
return void

SetEqValue() public method

public SetEqValue ( HValue value ) : void
value HValue
return void

SetGeo() public method

public SetGeo ( HPos geo ) : void
geo HPos
return void

SetGtValue() public method

public SetGtValue ( HValue value ) : void
value HValue
return void

SetGteValue() public method

public SetGteValue ( HValue value ) : void
value HValue
return void

SetInValue() public method

public SetInValue ( HArrayOfValue value ) : void
value HArrayOfValue
return void

SetLtValue() public method

public SetLtValue ( HValue value ) : void
value HValue
return void

SetLteValue() public method

public SetLteValue ( HValue value ) : void
value HValue
return void

SetNeValue() public method

public SetNeValue ( HValue value ) : void
value HValue
return void

SetNinValue() public method

public SetNinValue ( HArrayOfValue value ) : void
value HArrayOfValue
return void

SetNorValue() public method

public SetNorValue ( Newtonsoft.Json.Linq.JArray value ) : void
value Newtonsoft.Json.Linq.JArray
return void

SetNotValue() public method

public SetNotValue ( HCondition value ) : void
value HCondition
return void

SetOrValue() public method

public SetOrValue ( Newtonsoft.Json.Linq.JArray value ) : void
value Newtonsoft.Json.Linq.JArray
return void

SetRelevant() public method

public SetRelevant ( bool relevant ) : void
relevant bool
return void