Compartilhar via


ListColumn<TBusinessObject> Constructor

 

Initializes a new instance of the ListColumn<TBusinessObject> class.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Overload List

Name Description
System_CAPS_pubmethod ListColumn<TBusinessObject>(String, Converter<TBusinessObject, String>)

Initializes a new instance of the ListColumn<TBusinessObject> class with the specified display name and a display value that is obtained from a delegate method. The delegate method converts the business object to a string that is used as the value that is displayed for business objects in the column.

System_CAPS_pubmethod ListColumn<TBusinessObject>(String, String)

Initializes a new instance of the ListColumn<TBusinessObject> class with the specified display name and the specified property name.

System_CAPS_pubmethod ListColumn<TBusinessObject>(String, String, IFormatProvider, String)

Initializes a new instance of the ListColumn<TBusinessObject> class with the specified display name and the specified property name. A format string and a format provider are also specified to format the column value.

See Also

ListColumn<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top