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
|