C# 클래스 RevitLookup.Snoop.Data.Xml

Snoop.Data class to hold and format a chunk of XML.
상속: Data
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

보호된 프로퍼티들

프로퍼티 타입 설명
m_isFileName bool
m_val string

공개 메소드들

메소드 설명
DrillDown ( ) : void
StrValue ( ) : string
Xml ( string label, string val, bool isFileName ) : System

메소드 상세

DrillDown() 공개 메소드

public DrillDown ( ) : void
리턴 void

StrValue() 공개 메소드

public StrValue ( ) : string
리턴 string

Xml() 공개 메소드

public Xml ( string label, string val, bool isFileName ) : System
label string
val string
isFileName bool
리턴 System

프로퍼티 상세

m_isFileName 보호되어 있는 프로퍼티

protected bool m_isFileName
리턴 bool

m_val 보호되어 있는 프로퍼티

protected string m_val
리턴 string