Click or drag to resize

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
Syntax
public enum ResourceSerializationHandling
Members
  Member nameValueDescription
AttributeValuePairs0 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
FixedStructure1 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