AttributeValueSerializationHandling Enumeration |
Defines the ways that attribute values can be serialized
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic enum AttributeValueSerializationHandling
Public Enumeration AttributeValueSerializationHandling
public enum class AttributeValueSerializationHandling
Members
| Member name | Value | Description |
---|
| Default | 0 |
Values are converted to a primative serializable type (eg string, boolean, integer)
|
| ConvertToString | 1 |
All value types are converted to strings
|
See Also