C# Class XLibrary.NodeModel

Afficher le fichier Open project: swax/CodePerspective Class Usage Examples

Méthodes publiques

Свойство Type Description
DependencyChainIn NodeModel>.Dictionary
DependencyChainOut NodeModel>.Dictionary
Focused bool
ID int
Model ViewModel
Name string
ObjType XObjType
Parent NodeModel
SearchMatch bool
SecondaryValue long
Value long
XNode XNodeIn

Private Properties

Свойство Type Description
AddIntermediateDependency void
AppendClassName string
GetFieldValues IEnumerable
GetParentClass NodeModel
GetParents XLibrary.NodeModel[]
GetParents XLibrary.NodeModel[]
SetArea void

Méthodes publiques

Méthode Description
NodeModel ( ViewModel model ) : System
NodeModel ( ViewModel model, XNodeIn xNode ) : System

Private Methods

Méthode Description
AddIntermediateDependency ( NodeModel sub ) : void
AppendClassName ( ) : string
GetFieldValues ( ) : IEnumerable
GetParentClass ( bool rootClass ) : NodeModel
GetParents ( ) : XLibrary.NodeModel[]
GetParents ( int count, bool includeRoot ) : XLibrary.NodeModel[]
SetArea ( RectangleF area ) : void

Method Details

NodeModel() public méthode

public NodeModel ( ViewModel model ) : System
model ViewModel
Résultat System

NodeModel() public méthode

public NodeModel ( ViewModel model, XNodeIn xNode ) : System
model ViewModel
xNode XNodeIn
Résultat System

Property Details

DependencyChainIn public_oe property

public Dictionary DependencyChainIn
Résultat NodeModel>.Dictionary

DependencyChainOut public_oe property

public Dictionary DependencyChainOut
Résultat NodeModel>.Dictionary

Focused public_oe property

public bool Focused
Résultat bool

ID public_oe property

public int ID
Résultat int

Model public_oe property

public ViewModel,XLibrary Model
Résultat ViewModel

Name public_oe property

public string Name
Résultat string

ObjType public_oe property

public XObjType ObjType
Résultat XObjType

Parent public_oe property

public NodeModel,XLibrary Parent
Résultat NodeModel

SearchMatch public_oe property

public bool SearchMatch
Résultat bool

SecondaryValue public_oe property

public long SecondaryValue
Résultat long

Value public_oe property

public long Value
Résultat long

XNode public_oe property

public XNodeIn,XLibrary XNode
Résultat XNodeIn