C# Класс SGDeContent.ContentTagManager

Показать файл Открыть проект

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