DesignTimeItemReferences Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design.Common.ItemReferences Namespace : DesignTimeItemReferences Class


Glossary Item Box

The following tables list the members exposed by DesignTimeItemReferences.

Public Constructors

  Name Description
Public Constructor DesignTimeItemReferences Constructor Initializes a new instance of the DesignTimeItemReferences class.  
Top

Protected Properties

  Name Description
Protected Property XmlDocument Gets the XML document. (Inherited from SourceCode.Workflow.Design.Common.ItemReferences.ItemReferencesBase)
Protected Property XmlField Gets the XML field.  
Top

Public Methods

  Name Description
Public Method static (Shared in Visual Basic) GetEmbeddedResource Overloaded.  Gets the embedded resource.  
Public Method GetItemReference Gets the item reference. (Inherited from SourceCode.Workflow.Design.Common.ItemReferences.ItemReferencesBase)
Public Method GetItemReferences Gets the item references. (Inherited from SourceCode.Workflow.Design.Common.ItemReferences.ItemReferencesBase)
Public Method RemoveItemReference Removes the item reference. (Inherited from SourceCode.Workflow.Design.Common.ItemReferences.ItemReferencesBase)
Public Method SetItemReference Sets the item reference. (Inherited from SourceCode.Workflow.Design.Common.ItemReferences.ItemReferencesBase)
Top

Protected Methods

  Name Description
Protected Method GetXmlValue Overridden.  Gets the XML value.  
Protected Method SetXmlFieldValue Overridden.  Sets the XML field value.  
Top

See Also