C# Class RevitLookup.Snoop.Data.Object

Snoop.Data class to hold and format an Object value.
Inheritance: Data
Afficher le fichier Open project: jeremytammik/RevitLookup

Protected Properties

Свойство Type Description
m_val System.Object

Méthodes publiques

Méthode Description
DrillDown ( ) : void
Object ( string label, System val ) : System
StrValue ( ) : string

Method Details

DrillDown() public méthode

public DrillDown ( ) : void
Résultat void

Object() public méthode

public Object ( string label, System val ) : System
label string
val System
Résultat System

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Property Details

m_val protected_oe property

protected Object,System m_val
Résultat System.Object