TaskContentAdorner Class
Adorns a dialog or wizard to run additional tasks.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.TaskContentAdorner
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.FormContentAdorner
Syntax
[SerializableAttribute]
public abstract class TaskContentAdorner : MarshalByRefObject
[SerializableAttribute]
public ref class TaskContentAdorner abstract : MarshalByRefObject
<SerializableAttribute>
Public MustInherit Class TaskContentAdorner
Inherits MarshalByRefObject
Constructors
Name | Description | |
---|---|---|
TaskContentAdorner(Guid, String, String) | Creates a new instance of the TaskContentAdorner class, using the specified ID, display name, and description. |
Properties
Name | Description | |
---|---|---|
Description | Retrieves a description of the adorner. |
|
DisplayName | Retrieves the display name of the adorner. |
|
ID | Retrieves the unique identifier of the adorner. |
Methods
Name | Description | |
---|---|---|
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
|
CreatePostExecutionTasks(FormPropertyBag) | Returns a list of tasks that will be combined to the existing form. |
|
CreatePreExecutionTasks(FormPropertyBag) | Returns a list of tasks that will be combined to the existing form. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
|
GetType() | (Inherited from Object.) |
|
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top