Search Results for

    Show / Hide Table of Contents

    Class TemplateSchemaWriterAttribute

    Attribute for Template Schema Serializers

    Inheritance
    System.Object
    TemplateSchemaWriterAttribute
    Namespace: PnP.Framework.Provisioning.Providers.Markdown
    Assembly: PnP.Framework.dll
    Syntax
    public class TemplateSchemaWriterAttribute : Attribute

    Properties

    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 WriterScope Scope { get; set; }
    Property Value
    WriterScope

    Remarks

    By default the serializers target a single Provisioning Template

    WriterSequence

    The sequence number for applying the writers

    Declaration
    public Int32 WriterSequence { 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