C# Class RevitLookup.Snoop.Data.Xml

Snoop.Data class to hold and format a chunk of XML.
Inheritance: Data
Exibir arquivo Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_isFileName bool
m_val string

Public Methods

Method Description
DrillDown ( ) : void
StrValue ( ) : string
Xml ( string label, string val, bool isFileName ) : System

Method Details

DrillDown() public method

public DrillDown ( ) : void
return void

StrValue() public method

public StrValue ( ) : string
return string

Xml() public method

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

Property Details

m_isFileName protected_oe property

protected bool m_isFileName
return bool

m_val protected_oe property

protected string m_val
return string