Class OwnerToXml
Assembly: Ascon.Polynom.Api.dll
Syntax
public static class OwnerToXml
Methods
ToXml(IPropertyOwner, ISessionObjects, string, IDictionary<IContractPropertySource, IPropertyValueData>, IEnumerable<IProperty>)
Declaration
public static string ToXml(this IPropertyOwner propertyOwner, ISessionObjects registry, string hostName, IDictionary<IContractPropertySource, IPropertyValueData> customDictionary, IEnumerable<IProperty> properties)
Parameters
Returns
WriteOwnerInfo(XmlWriter, string, IPropertyOwner)
Declaration
public static void WriteOwnerInfo(XmlWriter writer, string hostName, IPropertyOwner propertyOwner)
Parameters
WriteOwnerProperties(ISessionObjects, XmlWriter, IDictionary<IContractPropertySource, IPropertyValueData>, IEnumerable<IProperty>)
Declaration
public static void WriteOwnerProperties(ISessionObjects registry, XmlWriter writer, IDictionary<IContractPropertySource, IPropertyValueData> customDictionary, IEnumerable<IProperty> properties)
Parameters
WriteProperty(XmlWriter, IProperty, IConcept)
Declaration
public static void WriteProperty(XmlWriter writer, IProperty property, IConcept classesConcept)
Parameters