C# 클래스 Platform.Xml.Serialization.XmlListElementAttribute

상속: Platform.Xml.Serialization.XmlElementAttribute
파일 보기 프로젝트 열기: platformdotnet/Platform

공개 메소드들

메소드 설명
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