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

Finds all controls in the InfoPathViews
상속: InfoPathFeature
파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation 1 사용 예제들

공개 메소드들

메소드 설명
ParseFeature ( System.Xml.Linq.XDocument document ) : IEnumerable

Instead of logging on feature per control, I do 1 feature per control type along with the number of occurrences

ToCSV ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
PublishUrl ( ) : System

메소드 상세

ParseFeature() 공개 정적인 메소드

Instead of logging on feature per control, I do 1 feature per control type along with the number of occurrences
public static ParseFeature ( System.Xml.Linq.XDocument document ) : IEnumerable
document System.Xml.Linq.XDocument
리턴 IEnumerable

ToCSV() 공개 메소드

public ToCSV ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string