C# Класс Platform.Xml.Serialization.XmlListElementAttribute

Наследование: Platform.Xml.Serialization.XmlElementAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
XmlListElementAttribute ( Type itemType ) : System

Specifies a list item's type.

The type's name will be used as the alias for all elements with the type. If the type has been attributed with an XmlElement attribute then the alias specified in that attribute will be used.

XmlListElementAttribute ( Type itemType, string alias ) : System

Specifies a list item's type.

The supplied alias will be used to map the actual element Type with an XML element.

XmlListElementAttribute ( string alias ) : System

Описание методов

XmlListElementAttribute() публичный Метод

Specifies a list item's type.
The type's name will be used as the alias for all elements with the type. If the type has been attributed with an XmlElement attribute then the alias specified in that attribute will be used.
public XmlListElementAttribute ( Type itemType ) : System
itemType System.Type The type of element the list can contain.
Результат System

XmlListElementAttribute() публичный Метод

Specifies a list item's type.
The supplied alias will be used to map the actual element Type with an XML element.
public XmlListElementAttribute ( Type itemType, string alias ) : System
itemType System.Type
alias string
Результат System

XmlListElementAttribute() публичный Метод

public XmlListElementAttribute ( string alias ) : System
alias string
Результат System