Class TemplateSchemaSerializerAttribute
Attribute for Template Schema Serializers
Inheritance
System.Object
TemplateSchemaSerializerAttribute
Namespace: PnP.Framework.Provisioning.Providers.Xml
Assembly: PnP.Framework.dll
Syntax
public class TemplateSchemaSerializerAttribute : Attribute
Properties
DeserializationSequence
The sequence number for applying the serializer during deserialization
Declaration
public Int32 DeserializationSequence { get; set; }
Property Value
Int32
|
Remarks
Should be a multiple of 100, to make room for future new insertions
MinimalSupportedSchemaVersion
The schemas supported by the serializer
Declaration
public XMLPnPSchemaVersion MinimalSupportedSchemaVersion { get; set; }
Property Value
XMLPnPSchemaVersion
|
Scope
Defines the scope of the serializer
Declaration
public SerializerScope Scope { get; set; }
Property Value
SerializerScope
|
Remarks
By default the serializers target a single Provisioning Template
SerializationSequence
The sequence number for applying the serializer during serialization
Declaration
public Int32 SerializationSequence { get; set; }
Property Value
Int32
|
Remarks
Should be a multiple of 100, to make room for future new insertions