C# 클래스 XLibrary.NodeModel

파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
AddIntermediateDependency void
AppendClassName string
GetFieldValues IEnumerable
GetParentClass NodeModel
GetParents XLibrary.NodeModel[]
GetParents XLibrary.NodeModel[]
SetArea void

공개 메소드들

메소드 설명
NodeModel ( ViewModel model ) : System
NodeModel ( ViewModel model, XNodeIn xNode ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

NodeModel() 공개 메소드

public NodeModel ( ViewModel model ) : System
model ViewModel
리턴 System

NodeModel() 공개 메소드

public NodeModel ( ViewModel model, XNodeIn xNode ) : System
model ViewModel
xNode XNodeIn
리턴 System

프로퍼티 상세

DependencyChainIn 공개적으로 프로퍼티

public Dictionary DependencyChainIn
리턴 NodeModel>.Dictionary

DependencyChainOut 공개적으로 프로퍼티

public Dictionary DependencyChainOut
리턴 NodeModel>.Dictionary

Focused 공개적으로 프로퍼티

public bool Focused
리턴 bool

ID 공개적으로 프로퍼티

public int ID
리턴 int

Model 공개적으로 프로퍼티

public ViewModel,XLibrary Model
리턴 ViewModel

Name 공개적으로 프로퍼티

public string Name
리턴 string

ObjType 공개적으로 프로퍼티

public XObjType ObjType
리턴 XObjType

Parent 공개적으로 프로퍼티

public NodeModel,XLibrary Parent
리턴 NodeModel

SearchMatch 공개적으로 프로퍼티

public bool SearchMatch
리턴 bool

SecondaryValue 공개적으로 프로퍼티

public long SecondaryValue
리턴 long

Value 공개적으로 프로퍼티

public long Value
리턴 long

XNode 공개적으로 프로퍼티

public XNodeIn,XLibrary XNode
리턴 XNodeIn