C# 클래스 SGDeContent.ContentTagManager

파일 보기 프로젝트 열기: sgdc/sgdc-old

Private Properties

프로퍼티 타입 설명
FormatTagName string
GetTagValue string

공개 메소드들

메소드 설명
GetTagValue ( string tagID, double version ) : string
GetXMLAtt ( System manager, string tagID, double version, XmlElement el ) : XmlAttribute
GetXMLAtt ( System manager, string tagID, double version, XmlNode node ) : XmlAttribute
GetXMLAtt ( string tagID, double version, XmlElement el ) : XmlAttribute
GetXMLAtt ( string tagID, double version, XmlNode node ) : XmlAttribute
GetXMLNode ( System manager, string tagID, double version, XmlNode node ) : XmlNode
GetXMLNode ( string tagID, double version, XmlNode node ) : XmlNode
TagMatches ( System manager, string tagID, string tag, double version ) : bool
TagMatches ( System manager, string tagID, string tag, double version, System.StringComparison comparisonType ) : bool
TagMatches ( string tagID, string tag, double version ) : bool
TagMatches ( string tagID, string tag, double version, System.StringComparison comparisonType ) : bool

비공개 메소드들

메소드 설명
FormatTagName ( string tagID, double version ) : string
GetTagValue ( System manager, string tagID, double version ) : string

메소드 상세

GetTagValue() 공개 정적인 메소드

public static GetTagValue ( string tagID, double version ) : string
tagID string
version double
리턴 string

GetXMLAtt() 공개 정적인 메소드

public static GetXMLAtt ( System manager, string tagID, double version, XmlElement el ) : XmlAttribute
manager System
tagID string
version double
el System.Xml.XmlElement
리턴 System.Xml.XmlAttribute

GetXMLAtt() 공개 정적인 메소드

public static GetXMLAtt ( System manager, string tagID, double version, XmlNode node ) : XmlAttribute
manager System
tagID string
version double
node System.Xml.XmlNode
리턴 System.Xml.XmlAttribute

GetXMLAtt() 공개 정적인 메소드

public static GetXMLAtt ( string tagID, double version, XmlElement el ) : XmlAttribute
tagID string
version double
el System.Xml.XmlElement
리턴 System.Xml.XmlAttribute

GetXMLAtt() 공개 정적인 메소드

public static GetXMLAtt ( string tagID, double version, XmlNode node ) : XmlAttribute
tagID string
version double
node System.Xml.XmlNode
리턴 System.Xml.XmlAttribute

GetXMLNode() 공개 정적인 메소드

public static GetXMLNode ( System manager, string tagID, double version, XmlNode node ) : XmlNode
manager System
tagID string
version double
node System.Xml.XmlNode
리턴 System.Xml.XmlNode

GetXMLNode() 공개 정적인 메소드

public static GetXMLNode ( string tagID, double version, XmlNode node ) : XmlNode
tagID string
version double
node System.Xml.XmlNode
리턴 System.Xml.XmlNode

TagMatches() 공개 정적인 메소드

public static TagMatches ( System manager, string tagID, string tag, double version ) : bool
manager System
tagID string
tag string
version double
리턴 bool

TagMatches() 공개 정적인 메소드

public static TagMatches ( System manager, string tagID, string tag, double version, System.StringComparison comparisonType ) : bool
manager System
tagID string
tag string
version double
comparisonType System.StringComparison
리턴 bool

TagMatches() 공개 정적인 메소드

public static TagMatches ( string tagID, string tag, double version ) : bool
tagID string
tag string
version double
리턴 bool

TagMatches() 공개 정적인 메소드

public static TagMatches ( string tagID, string tag, double version, System.StringComparison comparisonType ) : bool
tagID string
tag string
version double
comparisonType System.StringComparison
리턴 bool