C# Class RevitLookup.Snoop.Data.Xml

Snoop.Data class to hold and format a chunk of XML.
Inheritance: Data
Afficher le fichier Open project: jeremytammik/RevitLookup

Protected Properties

Свойство Type Description
m_isFileName bool
m_val string

Méthodes publiques

Méthode Description
DrillDown ( ) : void
StrValue ( ) : string
Xml ( string label, string val, bool isFileName ) : System

Method Details

DrillDown() public méthode

public DrillDown ( ) : void
Résultat void

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Xml() public méthode

public Xml ( string label, string val, bool isFileName ) : System
label string
val string
isFileName bool
Résultat System

Property Details

m_isFileName protected_oe property

protected bool m_isFileName
Résultat bool

m_val protected_oe property

protected string m_val
Résultat string