C# Class DataServer.PoIStyle

Inheritance: PropertyChangedBase, IConvertibleXmlWithSettings, IReadonlyPoIStyle
显示文件 Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
Count int
Mergetime long
defaultStyle PoIStyle

Private Properties

Property Type Description

Public Methods

Method 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 method

public Clone ( ) : object
return object

CloneStyle() public method

public CloneStyle ( ) : PoIStyle
return PoIStyle

FromXml() public method

public FromXml ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void

FromXml() public method

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

GetBasicStyle() public static method

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

LoadIcon() public method

public LoadIcon ( ) : void
return void

MergeStyle() public static method

public static MergeStyle ( IReadonlyPoIStyle s1, IReadonlyPoIStyle s2 ) : PoIStyle
s1 IReadonlyPoIStyle
s2 IReadonlyPoIStyle
return PoIStyle

ToXml() public method

public ToXml ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

ToXml() public method

public ToXml ( ServiceSettings service ) : System.Xml.Linq.XElement
service ServiceSettings
return System.Xml.Linq.XElement

TriggerStyleChanged() public method

public TriggerStyleChanged ( ) : void
return void

Property Details

Count public_oe static_oe property

public static int Count
return int

Mergetime public_oe static_oe property

public static long Mergetime
return long

defaultStyle public_oe static_oe property

public static PoIStyle,DataServer defaultStyle
return PoIStyle