C# Class CatEye.Core.HighlightStageOperationParameters

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

Méthodes publiques

Méthode Description
DeserializeFromXML ( XmlNode node ) : void
GetSOType ( ) : Type
HighlightStageOperationParameters ( ) : System
SerializeToXML ( XmlDocument xdoc ) : XmlNode

Method Details

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

HighlightStageOperationParameters() public méthode

public HighlightStageOperationParameters ( ) : System
Résultat System

SerializeToXML() public méthode

public SerializeToXML ( XmlDocument xdoc ) : XmlNode
xdoc System.Xml.XmlDocument
Résultat System.Xml.XmlNode