C# Class XLibrary.InstanceModel

Show file Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
BeginUpdateTree ( bool refresh ) : void
InstanceModel ( XNodeIn node, string filter, System.Action updatedTree = null, Action expandedField = null ) : System

Method Details

BeginUpdateTree() public method

public BeginUpdateTree ( bool refresh ) : void
refresh bool
return void

InstanceModel() public method

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

Property Details

Columns public property

public List Columns
return List

ColumnsUpdated public property

public bool ColumnsUpdated
return bool

DetailsLabel public property

public string DetailsLabel
return string

ExpandedField public property

public Action ExpandedField
return Action

FieldFilter public property

public string FieldFilter
return string

FieldMap public property

public Dictionary FieldMap
return IFieldModel>.Dictionary

GenericMap public property

public Dictionary>> GenericMap
return Dictionary>>

RndGen public property

public Random,System RndGen
return System.Random

RootNodes public property

public List RootNodes
return List

SelectedNode public property

public XNodeIn,XLibrary SelectedNode
return XNodeIn

UpdatedFields public property

public HashSet UpdatedFields
return HashSet

UpdatedTree public property

public Action,System UpdatedTree
return System.Action