C# 클래스 Entry, simplexml

파일 보기 프로젝트 열기: ngallagher/simplexml 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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,