C# Class CatEye.StageOperationParameters

Inheritance: ICloneable
Afficher le fichier Open project: bigfatbrowncat/CatEye Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
CopyDataTo ( StageOperationParameters target ) : void
DeserializeFromXML ( XmlNode node ) : void
GetSOType ( ) : Type
SerializeToXML ( XmlDocument xdoc ) : XmlNode

Serializes object to XML node. Should be overridden in children. Base function should be called in every child and the child data should be appended to it's result.

StageOperationParameters ( ) : System

Méthodes protégées

Méthode Description
GetStageOperationID ( ) : string
OnChanged ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CopyDataTo() public méthode

public CopyDataTo ( StageOperationParameters target ) : void
target StageOperationParameters
Résultat void

DeserializeFromXML() public méthode

public DeserializeFromXML ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

GetSOType() public méthode

public GetSOType ( ) : Type
Résultat System.Type

GetStageOperationID() protected méthode

protected GetStageOperationID ( ) : string
Résultat string

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

SerializeToXML() public méthode

Serializes object to XML node. Should be overridden in children. Base function should be called in every child and the child data should be appended to it's result.
public SerializeToXML ( XmlDocument xdoc ) : XmlNode
xdoc System.Xml.XmlDocument /// Target XML document. ///
Résultat System.Xml.XmlNode

StageOperationParameters() public méthode

public StageOperationParameters ( ) : System
Résultat System