C# 클래스 GuiCompare.XMLParameter

상속: XMLData
파일 보기 프로젝트 열기: remobjects/mono-tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
attrib string
attributes XMLAttributes
defaultValue string
direction string
isOptional bool
isUnsafe bool
name string
type string

공개 메소드들

메소드 설명
LoadData ( XmlNode node ) : void

메소드 상세

LoadData() 공개 메소드

public LoadData ( XmlNode node ) : void
node System.Xml.XmlNode
리턴 void

프로퍼티 상세

attrib 공개적으로 프로퍼티

public string attrib
리턴 string

attributes 공개적으로 프로퍼티

public XMLAttributes,GuiCompare attributes
리턴 XMLAttributes

defaultValue 공개적으로 프로퍼티

public string defaultValue
리턴 string

direction 공개적으로 프로퍼티

public string direction
리턴 string

isOptional 공개적으로 프로퍼티

public bool isOptional
리턴 bool

isUnsafe 공개적으로 프로퍼티

public bool isUnsafe
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string