C# Class XLibrary.InstanceModel

Exibir arquivo 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_oe property

public List Columns
return List

ColumnsUpdated public_oe property

public bool ColumnsUpdated
return bool

DetailsLabel public_oe property

public string DetailsLabel
return string

ExpandedField public_oe property

public Action ExpandedField
return Action

FieldFilter public_oe property

public string FieldFilter
return string

FieldMap public_oe property

public Dictionary FieldMap
return IFieldModel>.Dictionary

GenericMap public_oe property

public Dictionary>> GenericMap
return Dictionary>>

RndGen public_oe property

public Random,System RndGen
return System.Random

RootNodes public_oe property

public List RootNodes
return List

SelectedNode public_oe property

public XNodeIn,XLibrary SelectedNode
return XNodeIn

UpdatedFields public_oe property

public HashSet UpdatedFields
return HashSet

UpdatedTree public_oe property

public Action,System UpdatedTree
return System.Action