IPropertyTemplate Interface Members
See Also  Methods 
SourceCode.Workflow.Authoring Namespace : IPropertyTemplate Interface

Glossary Item Box

The following tables list the members exposed by IPropertyTemplate.

Public Methods

  Name Description
Method GetControl When implemented by a class, returns the UserControl associated with the PropertyTemplate.  
Method Initialize When implemented by a class, initialize the PropertyTemplate based on the specified parameters.  
Method Refresh When implemented by a class, refresh the PropertyTemplate.  
Method Save When implemented by a class, save the changes made to the PropertyTemplate.  
Method Validate When implemented by a class, validate the changes made to the PropertyTemplate before changes are persisted.  
Top

See Also