C# Class DataServer.PoIStyle

Inheritance: PropertyChangedBase, IConvertibleXmlWithSettings, IReadonlyPoIStyle
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Свойство Type Description
Count int
Mergetime long
defaultStyle PoIStyle

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : object
CloneStyle ( ) : PoIStyle
FromXml ( System.Xml.Linq.XElement element ) : void
FromXml ( System.Xml.Linq.XElement res, string directoryName, bool catchException ) : void
GetBasicStyle ( string name = "Name", DrawingModes mode = DrawingModes.Point ) : PoIStyle
LoadIcon ( ) : void
MergeStyle ( IReadonlyPoIStyle s1, IReadonlyPoIStyle s2 ) : PoIStyle
ToXml ( ) : System.Xml.Linq.XElement
ToXml ( ServiceSettings service ) : System.Xml.Linq.XElement
TriggerStyleChanged ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CloneStyle() public méthode

public CloneStyle ( ) : PoIStyle
Résultat PoIStyle

FromXml() public méthode

public FromXml ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
Résultat void

FromXml() public méthode

public FromXml ( System.Xml.Linq.XElement res, string directoryName, bool catchException ) : void
res System.Xml.Linq.XElement
directoryName string
catchException bool
Résultat void

GetBasicStyle() public static méthode

public static GetBasicStyle ( string name = "Name", DrawingModes mode = DrawingModes.Point ) : PoIStyle
name string
mode DrawingModes
Résultat PoIStyle

LoadIcon() public méthode

public LoadIcon ( ) : void
Résultat void

MergeStyle() public static méthode

public static MergeStyle ( IReadonlyPoIStyle s1, IReadonlyPoIStyle s2 ) : PoIStyle
s1 IReadonlyPoIStyle
s2 IReadonlyPoIStyle
Résultat PoIStyle

ToXml() public méthode

public ToXml ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

ToXml() public méthode

public ToXml ( ServiceSettings service ) : System.Xml.Linq.XElement
service ServiceSettings
Résultat System.Xml.Linq.XElement

TriggerStyleChanged() public méthode

public TriggerStyleChanged ( ) : void
Résultat void

Property Details

Count public_oe static_oe property

public static int Count
Résultat int

Mergetime public_oe static_oe property

public static long Mergetime
Résultat long

defaultStyle public_oe static_oe property

public static PoIStyle,DataServer defaultStyle
Résultat PoIStyle