XmlHelper - класс

Иерархия наследования
Object
  Orchard.ContentManagementXmlHelper

Пространство имён:  Orchard.ContentManagement
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public static class XmlHelper

Тип XmlHelper предоставляет следующие члены.

Методы
  ИмяОписание
Открытый методСтатический членAddEl
Like Add, but chainable.
Открытый методСтатический членAttr(XElement, String)
Gets the string value of an attribute, and null if the attribute doesn't exist.
Открытый методСтатический членAttrT(XElement, String)
Gets a typed value from an attribute.
Открытый методСтатический членAttrT(XElement, String, T)
Sets an attribute value. This is chainable.
Открытый методСтатический членEl(XElement, String)
Returns the text contents of a child element.
Открытый методСтатический членElT(XElement, String, T)
Creates and sets the value of a child element. This is chainable.
Открытый методСтатический членFromAttrTTarget, TProperty
Sets a property value from an attribute of the same name.
Открытый методСтатический членParseT
Parses a string value as the provided type.
Открытый методСтатический членToAttrTTarget, TProperty
Sets an attribute with the value of a property of the same name.
Открытый методСтатический членToStringT
Serializes the provided value as a string.
Открытый методСтатический членValTValue(XElement)
Gets the text value of an element as the specified type.
Открытый методСтатический членValTValue(XElement, TValue)
Sets the value of an element.
Открытый методСтатический членWithTContext
Gives context to an XElement, enabling chained property operations.
В начало страницы
См. также