C# 클래스 DDay.iCal.Validator.Xml.DirectoryXmlDocumentProvider

상속: IXmlDocumentProvider
파일 보기 프로젝트 열기: ddaysoftware/icalvalid 1 사용 예제들

공개 메소드들

메소드 설명
DirectoryXmlDocumentProvider ( string localDirectoryName ) : System
GetEnumerator ( ) : IEnumerator
Load ( string path ) : XmlDocument
LoadXml ( string path ) : string

비공개 메소드들

메소드 설명
GetFilesRecursive ( string path, List &files ) : void
System ( ) : System.Collections.IEnumerator

메소드 상세

DirectoryXmlDocumentProvider() 공개 메소드

public DirectoryXmlDocumentProvider ( string localDirectoryName ) : System
localDirectoryName string
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Load() 공개 메소드

public Load ( string path ) : XmlDocument
path string
리턴 System.Xml.XmlDocument

LoadXml() 공개 메소드

public LoadXml ( string path ) : string
path string
리턴 string