C# Класс Entry, simplexml

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
create Class,
type Class,

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

Метод Описание
Entry ( Class, create, Class, type ) : SimpleFramework.Xml

Constructor for the Entry object. This pairs the parameter type with the annotation argument used within the constructor. This allows constructor to be selected.

Entry ( Node, node ) : System

Constructor for the Entry object. This creates an attribute object that is used to extract the name, value namespace prefix, and namespace reference from the provided node. This is used to populate any start events created.

IsReserved ( ) : bool

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

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

Constructor for the Entry object. This pairs the parameter type with the annotation argument used within the constructor. This allows constructor to be selected.
public Entry ( Class, create, Class, type ) : SimpleFramework.Xml
create Class, /// this is the label type to be instantiated ///
type Class, /// the type that is used within the constructor ///
Результат SimpleFramework.Xml

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

Constructor for the Entry object. This creates an attribute object that is used to extract the name, value namespace prefix, and namespace reference from the provided node. This is used to populate any start events created.
public Entry ( Node, node ) : System
node Node, /// this is the node that represents the attribute ///
Результат System

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

public IsReserved ( ) : bool
Результат bool

Описание свойств

create публичное свойство

This is the parameter type that is to be instantiated.
public Class, create
Результат Class,

type публичное свойство

This is the XML annotation type within the constructor.
public Class, type
Результат Class,