C# 클래스 Mono.Addins.Description.NodeTypeAttribute

Description of the attribute of a node type.
상속: ObjectDescription
파일 보기 프로젝트 열기: slluis/mono-addins 1 사용 예제들

공개 메소드들

메소드 설명
CopyFrom ( NodeTypeAttribute att ) : void

Copies data from another node attribute.

NodeTypeAttribute ( ) : System

Initializes a new instance of the Mono.Addins.Description.NodeTypeAttribute class.

비공개 메소드들

메소드 설명
NodeTypeAttribute ( XmlElement elem ) : System
Read ( Mono.Addins.Serialization.BinaryXmlReader reader ) : void
SaveXml ( XmlElement parent ) : void
Verify ( string location, StringCollection errors ) : void
Write ( Mono.Addins.Serialization.BinaryXmlWriter writer ) : void

메소드 상세

CopyFrom() 공개 메소드

Copies data from another node attribute.
public CopyFrom ( NodeTypeAttribute att ) : void
att NodeTypeAttribute /// The attribute from which to copy. ///
리턴 void

NodeTypeAttribute() 공개 메소드

Initializes a new instance of the Mono.Addins.Description.NodeTypeAttribute class.
public NodeTypeAttribute ( ) : System
리턴 System