Contains a list of DataStyle. The list is evaluated when new data come from the server in order to translate an object into a style (which contains a set of fonts, colors, effects)

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class DataStyleSelector : RepositoryList<DataStyle>
Visual Basic
Public Class DataStyleSelector _
	Inherits RepositoryList(Of DataStyle)
JScript
public class DataStyleSelector extends RepositoryList<DataStyle>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'DataStyle>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'DataStyle>)>)>
      Ico.Awx..::..RepositoryList<(Of <(<'DataStyle>)>)>
        Ico.Awx..::..DataStyleSelector
          Ico.Awx..::..ConditionCollection

See Also