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

Finds all data validations in an InfoPath form
상속: InfoPathFeature
파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation 1 사용 예제들

공개 메소드들

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

메소드 상세

ParseFeature() 공개 정적인 메소드

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