C# Class WorkflowDesigner.Sdk.FunctionElement

Inheritance: ObservableObject
ファイルを表示 Open project: DenisVuyka/SLWorkflowDesigner

Public Properties

Property Type Description
UnsetValue object

Public Methods

Method 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

Protected Methods

Method Description
FunctionElement ( ) : System
ReadXmlProperties ( System.Xml.Linq.XElement properties ) : void
WriteXmlProperties ( ) : System.Xml.Linq.XElement

Method Details

FunctionElement() protected method

protected FunctionElement ( ) : System
return System

GetValue() public method

public GetValue ( string propertyName ) : object
propertyName string
return object

GetValue() public method

public GetValue ( string propertyName, object defaultValue ) : object
propertyName string
defaultValue object
return object

IsPropertyDefined() public method

public IsPropertyDefined ( string propertyName ) : bool
propertyName string
return bool

LoadXml() public method

public LoadXml ( System.Xml.Linq.XElement data ) : void
data System.Xml.Linq.XElement
return void

ReadXmlProperties() protected method

protected ReadXmlProperties ( System.Xml.Linq.XElement properties ) : void
properties System.Xml.Linq.XElement
return void

SetValue() public method

public SetValue ( string propertyName, object value ) : FunctionElement
propertyName string
value object
return FunctionElement

WriteXml() public method

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

WriteXmlProperties() protected method

protected WriteXmlProperties ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

this() public method

public this ( string propertyName ) : object
propertyName string
return object

Property Details

UnsetValue public_oe static_oe property

public static object UnsetValue
return object