C# Class Entry, simplexml

Show file Open project: ngallagher/simplexml Class Usage Examples

Public Properties

Property Type Description
create Class,
type Class,

Public Methods

Method 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 method

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 ///
return SimpleFramework.Xml

Entry() public method

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 ///
return System

IsReserved() public method

public IsReserved ( ) : bool
return bool

Property Details

create public property

This is the parameter type that is to be instantiated.
public Class, create
return Class,

type public property

This is the XML annotation type within the constructor.
public Class, type
return Class,