C# 클래스 XLibrary.InstanceModel

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

공개 프로퍼티들

프로퍼티 타입 설명
Columns List
ColumnsUpdated bool
DetailsLabel string
ExpandedField Action
FieldFilter string
FieldMap IFieldModel>.Dictionary
GenericMap Dictionary>>
RndGen System.Random
RootNodes List
SelectedNode XNodeIn
UpdatedFields HashSet
UpdatedTree System.Action

공개 메소드들

메소드 설명
BeginUpdateTree ( bool refresh ) : void
InstanceModel ( XNodeIn node, string filter, System.Action updatedTree = null, Action expandedField = null ) : System

메소드 상세

BeginUpdateTree() 공개 메소드

public BeginUpdateTree ( bool refresh ) : void
refresh bool
리턴 void

InstanceModel() 공개 메소드

public InstanceModel ( XNodeIn node, string filter, System.Action updatedTree = null, Action expandedField = null ) : System
node XNodeIn
filter string
updatedTree System.Action
expandedField Action
리턴 System

프로퍼티 상세

Columns 공개적으로 프로퍼티

public List Columns
리턴 List

ColumnsUpdated 공개적으로 프로퍼티

public bool ColumnsUpdated
리턴 bool

DetailsLabel 공개적으로 프로퍼티

public string DetailsLabel
리턴 string

ExpandedField 공개적으로 프로퍼티

public Action ExpandedField
리턴 Action

FieldFilter 공개적으로 프로퍼티

public string FieldFilter
리턴 string

FieldMap 공개적으로 프로퍼티

public Dictionary FieldMap
리턴 IFieldModel>.Dictionary

GenericMap 공개적으로 프로퍼티

public Dictionary>> GenericMap
리턴 Dictionary>>

RndGen 공개적으로 프로퍼티

public Random,System RndGen
리턴 System.Random

RootNodes 공개적으로 프로퍼티

public List RootNodes
리턴 List

SelectedNode 공개적으로 프로퍼티

public XNodeIn,XLibrary SelectedNode
리턴 XNodeIn

UpdatedFields 공개적으로 프로퍼티

public HashSet UpdatedFields
리턴 HashSet

UpdatedTree 공개적으로 프로퍼티

public Action,System UpdatedTree
리턴 System.Action