C# 클래스 InfoPathScraper.Model.Feature.InfoPathFeature

This is the baseclass for all of our features that we look for.
파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ToCSV ( ) : string

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

ToString ( ) : string

메소드 상세

ToCSV() 공개 추상적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

xdNamespace 보호되어 있는 정적으로 프로퍼티

protected static XNamespace,System.Xml.Linq xdNamespace
리턴 System.Xml.Linq.XNamespace

xsf2Namespace 보호되어 있는 정적으로 프로퍼티

protected static XNamespace,System.Xml.Linq xsf2Namespace
리턴 System.Xml.Linq.XNamespace

xsf3Namespace 보호되어 있는 정적으로 프로퍼티

protected static XNamespace,System.Xml.Linq xsf3Namespace
리턴 System.Xml.Linq.XNamespace

xsfNamespace 보호되어 있는 정적으로 프로퍼티

protected static XNamespace,System.Xml.Linq xsfNamespace
리턴 System.Xml.Linq.XNamespace

xslNamespace 보호되어 있는 정적으로 프로퍼티

protected static XNamespace,System.Xml.Linq xslNamespace
리턴 System.Xml.Linq.XNamespace