C# Class XLibrary.InstanceModel

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

BeginUpdateTree() public méthode

public BeginUpdateTree ( bool refresh ) : void
refresh bool
Résultat void

InstanceModel() public méthode

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

Property Details

Columns public_oe property

public List Columns
Résultat List

ColumnsUpdated public_oe property

public bool ColumnsUpdated
Résultat bool

DetailsLabel public_oe property

public string DetailsLabel
Résultat string

ExpandedField public_oe property

public Action ExpandedField
Résultat Action

FieldFilter public_oe property

public string FieldFilter
Résultat string

FieldMap public_oe property

public Dictionary FieldMap
Résultat IFieldModel>.Dictionary

GenericMap public_oe property

public Dictionary>> GenericMap
Résultat Dictionary>>

RndGen public_oe property

public Random,System RndGen
Résultat System.Random

RootNodes public_oe property

public List RootNodes
Résultat List

SelectedNode public_oe property

public XNodeIn,XLibrary SelectedNode
Résultat XNodeIn

UpdatedFields public_oe property

public HashSet UpdatedFields
Résultat HashSet

UpdatedTree public_oe property

public Action,System UpdatedTree
Résultat System.Action