Casewhere Runtime API
Casewhere Runtime API
Casewhere.SystemTypes
DynamicDataObject Class
DynamicDataObject Methods
Add Method
FromObject Method
Get Method
GetDynamicMemberNames Method
GetGuid Method
GetList Method
GetProperties Method
Has Method
HasKey Method
Remove Method
ToExpandoObject Method
ToJObject Method
ToString Method
TryConvert Method
TryGetMember Method
TrySetMember Method
DynamicDataObject
GetGuid Method
Get value by property name.
Namespace:
Casewhere.SystemTypes
Assembly:
Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Guid
GetGuid
(
string
key
)
Parameters
key
Type:
System
String
Property name.
Return Value
Type:
Guid
Property value with type is Guid.
Exceptions
Exception
Condition
InvalidCastException
if the property data is not IEnumerable
See Also
Reference
DynamicDataObject Class
Casewhere.SystemTypes Namespace