C# 클래스 Sage.ResourceManagement.ResourceLibraryInfo

Provides configuration information about Sage resource libraries.
상속: IXmlConvertible
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( XmlElement element ) : void
ResourceLibraryInfo ( XmlElement configElem, string projectId ) : System

Initializes a new instance of the ResourceLibraryInfo class.

ToString ( ) : string
ToXml ( XmlDocument document ) : XmlElement

비공개 메소드들

메소드 설명
MatchesPath ( string url ) : bool

메소드 상세

Parse() 공개 메소드

public Parse ( XmlElement element ) : void
element System.Xml.XmlElement
리턴 void

ResourceLibraryInfo() 공개 메소드

Initializes a new instance of the ResourceLibraryInfo class.
public ResourceLibraryInfo ( XmlElement configElem, string projectId ) : System
configElem System.Xml.XmlElement The configuration element that represents this resource library.
projectId string The identification string of the project this library belongs to.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

public ToXml ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
리턴 System.Xml.XmlElement