C# Class InfoPathScraper.Model.Feature.InfoPathFeature

This is the baseclass for all of our features that we look for.
Show file Open project: OfficeDev/PnP-Transformation

Protected Properties

Property Type Description
xdNamespace System.Xml.Linq.XNamespace
xsf2Namespace System.Xml.Linq.XNamespace
xsf3Namespace System.Xml.Linq.XNamespace
xsfNamespace System.Xml.Linq.XNamespace
xslNamespace System.Xml.Linq.XNamespace

Public Methods

Method Description
ToCSV ( ) : string

This method returns a comma-separated list of the interesting values a particular feature has collected.

ToString ( ) : string

Method Details

ToCSV() public abstract method

This method returns a comma-separated list of the interesting values a particular feature has collected.
public abstract ToCSV ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

xdNamespace protected static property

protected static XNamespace,System.Xml.Linq xdNamespace
return System.Xml.Linq.XNamespace

xsf2Namespace protected static property

protected static XNamespace,System.Xml.Linq xsf2Namespace
return System.Xml.Linq.XNamespace

xsf3Namespace protected static property

protected static XNamespace,System.Xml.Linq xsf3Namespace
return System.Xml.Linq.XNamespace

xsfNamespace protected static property

protected static XNamespace,System.Xml.Linq xsfNamespace
return System.Xml.Linq.XNamespace

xslNamespace protected static property

protected static XNamespace,System.Xml.Linq xslNamespace
return System.Xml.Linq.XNamespace