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)

System::Object
  System::MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::TaskContentAdorner
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::FormContentAdorner

[SerializableAttribute]
public ref class TaskContentAdorner abstract : MarshalByRefObject

NameDescription
System_CAPS_protmethodTaskContentAdorner(Guid, String^, String^)

Creates a new instance of the TaskContentAdorner class, using the specified ID, display name, and description.

NameDescription
System_CAPS_pubpropertyDescription

Retrieves a description of the adorner.

System_CAPS_pubpropertyDisplayName

Retrieves the display name of the adorner.

System_CAPS_pubpropertyID

Retrieves the unique identifier of the adorner.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodCreatePostExecutionTasks(FormPropertyBag^)

Returns a list of tasks that will be combined to the existing form.

System_CAPS_pubmethodCreatePreExecutionTasks(FormPropertyBag^)

Returns a list of tasks that will be combined to the existing form.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: