C# Class WorkflowDesigner.Sdk.FunctionElement

Inheritance: ObservableObject
Afficher le fichier Open project: DenisVuyka/SLWorkflowDesigner

Méthodes publiques

Свойство Type Description
UnsetValue object

Méthodes publiques

Méthode Description
GetValue ( string propertyName ) : object
GetValue ( string propertyName, object defaultValue ) : object
IsPropertyDefined ( string propertyName ) : bool
LoadXml ( System.Xml.Linq.XElement data ) : void
SetValue ( string propertyName, object value ) : FunctionElement
WriteXml ( ) : System.Xml.Linq.XElement
this ( string propertyName ) : object

Méthodes protégées

Méthode Description
FunctionElement ( ) : System
ReadXmlProperties ( System.Xml.Linq.XElement properties ) : void
WriteXmlProperties ( ) : System.Xml.Linq.XElement

Method Details

FunctionElement() protected méthode

protected FunctionElement ( ) : System
Résultat System

GetValue() public méthode

public GetValue ( string propertyName ) : object
propertyName string
Résultat object

GetValue() public méthode

public GetValue ( string propertyName, object defaultValue ) : object
propertyName string
defaultValue object
Résultat object

IsPropertyDefined() public méthode

public IsPropertyDefined ( string propertyName ) : bool
propertyName string
Résultat bool

LoadXml() public méthode

public LoadXml ( System.Xml.Linq.XElement data ) : void
data System.Xml.Linq.XElement
Résultat void

ReadXmlProperties() protected méthode

protected ReadXmlProperties ( System.Xml.Linq.XElement properties ) : void
properties System.Xml.Linq.XElement
Résultat void

SetValue() public méthode

public SetValue ( string propertyName, object value ) : FunctionElement
propertyName string
value object
Résultat FunctionElement

WriteXml() public méthode

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

WriteXmlProperties() protected méthode

protected WriteXmlProperties ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

this() public méthode

public this ( string propertyName ) : object
propertyName string
Résultat object

Property Details

UnsetValue public_oe static_oe property

public static object UnsetValue
Résultat object