ResourceSerializationHandling Enumeration |
Defines the format that a resource is serialized in
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic enum ResourceSerializationHandling
Public Enumeration ResourceSerializationHandling
public enum class ResourceSerializationHandling
Members
| Member name | Value | Description |
---|
| AttributeValuePairs | 0 |
A simple attribute/value pair. The resource is structured based on the resource's schema defintion. Requires the consuming system know the attributes at design time
|
| FixedStructure | 1 |
The resource will be serialized with a fixed structure that does not change based on the schema. The structure is always known at design time.
|
See Also