Search Results for

    Show / Hide Table of Contents

    Interface IPnPSchemaWriter

    Basic interface for every Schema Serializer type

    Namespace: PnP.Framework.Provisioning.Providers.Markdown
    Assembly: PnP.Framework.dll
    Syntax
    public interface IPnPSchemaWriter

    Properties

    Name

    Provides the name of the serializer type

    Declaration
    String Name { get; }
    Property Value
    String

    Methods

    Writer(ProvisioningTemplate, TextWriter)

    The method to Writer a Domain Model object into an XML Schema based object

    Declaration
    void Writer(ProvisioningTemplate template, TextWriter writer)
    Parameters
    ProvisioningTemplate template

    The PnP Provisioning Template object

    TextWriter writer

    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