Method | Description | |
---|---|---|
CreateChecked ( string text, WoopsaValueType type, System.DateTime timestamp = null ) : |
||
DeserializedJsonToWoopsaValue ( object deserializedJson, WoopsaValueType type, System.DateTime timeStamp = null ) : |
||
Equals ( object obj ) : bool | ||
FormatAbsoluteWoopsaLink ( string woopsaServerUrl, string woopsaItemPath ) : string | ||
FormatRelativeWoopsaLink ( string woopsaItemPath ) : string | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
ToWoopsaValue ( object value, WoopsaValueType type, System.DateTime timeStamp = null ) : |
||
WoopsaAbsoluteLink ( string woopsaServerUrl, string woopsaItemPath ) : |
||
WoopsaJsonData ( string jsonData ) : |
||
WoopsaRelativeLink ( string woopsaItemPath ) : |
||
WoopsaResourceUrl ( string resourceUrl ) : |
||
WoopsaValue ( System.DateTime value, System.DateTime timestamp = null ) : System | ||
WoopsaValue ( System.Int64 value, System.DateTime timestamp = null ) : System | ||
WoopsaValue ( System.TimeSpan value, System.DateTime timestamp = null ) : System | ||
WoopsaValue ( |
||
WoopsaValue ( bool value, System.DateTime timestamp = null ) : System | ||
WoopsaValue ( double value, System.DateTime timestamp = null ) : System | ||
WoopsaValue ( string value, System.DateTime timestamp = null ) : System |
Method | Description | |
---|---|---|
CreateUnchecked ( string text, WoopsaValueType type, System.DateTime timestamp = null ) : |
||
WoopsaValue ( string text, WoopsaValueType type ) : System | ||
WoopsaValue ( string text, WoopsaValueType type, System.DateTime timestamp ) : System |
public static CreateChecked ( string text, WoopsaValueType type, System.DateTime timestamp = null ) : |
||
text | string | |
type | WoopsaValueType | |
timestamp | System.DateTime | |
return |
public static DeserializedJsonToWoopsaValue ( object deserializedJson, WoopsaValueType type, System.DateTime timeStamp = null ) : |
||
deserializedJson | object | |
type | WoopsaValueType | |
timeStamp | System.DateTime | |
return |
public static FormatAbsoluteWoopsaLink ( string woopsaServerUrl, string woopsaItemPath ) : string | ||
woopsaServerUrl | string | |
woopsaItemPath | string | |
return | string |
public static FormatRelativeWoopsaLink ( string woopsaItemPath ) : string | ||
woopsaItemPath | string | |
return | string |
public static ToWoopsaValue ( object value, WoopsaValueType type, System.DateTime timeStamp = null ) : |
||
value | object | |
type | WoopsaValueType | |
timeStamp | System.DateTime | |
return |
public static WoopsaAbsoluteLink ( string woopsaServerUrl, string woopsaItemPath ) : |
||
woopsaServerUrl | string | |
woopsaItemPath | string | |
return |
public static WoopsaJsonData ( string jsonData ) : |
||
jsonData | string | |
return |
public static WoopsaRelativeLink ( string woopsaItemPath ) : |
||
woopsaItemPath | string | |
return |
public static WoopsaResourceUrl ( string resourceUrl ) : |
||
resourceUrl | string | |
return |
public WoopsaValue ( System.DateTime value, System.DateTime timestamp = null ) : System | ||
value | System.DateTime | |
timestamp | System.DateTime | |
return | System |
public WoopsaValue ( System.Int64 value, System.DateTime timestamp = null ) : System | ||
value | System.Int64 | |
timestamp | System.DateTime | |
return | System |
public WoopsaValue ( System.TimeSpan value, System.DateTime timestamp = null ) : System | ||
value | System.TimeSpan | |
timestamp | System.DateTime | |
return | System |
public WoopsaValue ( |
||
jsonData | ||
timestamp | System.DateTime | |
return | System |
public WoopsaValue ( bool value, System.DateTime timestamp = null ) : System | ||
value | bool | |
timestamp | System.DateTime | |
return | System |
public WoopsaValue ( double value, System.DateTime timestamp = null ) : System | ||
value | double | |
timestamp | System.DateTime | |
return | System |
public WoopsaValue ( string value, System.DateTime timestamp = null ) : System | ||
value | string | |
timestamp | System.DateTime | |
return | System |