DetailGroup.Add Method
Adds a DetailItem object to a DetailGroup.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
Add(DetailItem) | Adds the specified DetailItem object to the DetailGroup. |
|
Add(String) | Initializes a DetailItem object with the specified display text and adds the item to the DetailGroup. |
|
Add(String, String) | Initializes a DetailItem object with the specified display name and the specified display value, and then adds the object to the DetailGroup. |
|
Add<TBusinessObject>(ListColumn<TBusinessObject>, TBusinessObject) | Initializes a DetailItem object with the specified ListColumn<TBusinessObject> object and the specified business object, and then adds the object to the DetailGroup. |
|
Add<TBusinessObject>(String, ListColumn<TBusinessObject>, TBusinessObject) | Initializes a DetailItem object with the specified display name, the specified ListColumn<TBusinessObject> object, and the specified business object. After the DetailItem is initialized, the item is added to the DetailGroup. |
See Also
DetailGroup Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top