Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer