C# Class Entry, simplexml

Afficher le fichier Open project: ngallagher/simplexml Class Usage Examples

Méthodes publiques

Свойство Type Description
create Class,
type Class,

Méthodes publiques

Méthode Description
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

Method Details

Entry() public méthode

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 ///
Résultat SimpleFramework.Xml

Entry() public méthode

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 ///
Résultat System

IsReserved() public méthode

public IsReserved ( ) : bool
Résultat bool

Property Details

create public_oe property

This is the parameter type that is to be instantiated.
public Class, create
Résultat Class,

type public_oe property

This is the XML annotation type within the constructor.
public Class, type
Résultat Class,