ListDataSet Constructor

Initializes a new instance of the ListDataSet class.

Overload List

public ListDataSet(IList)

public ListDataSet(IModelItemOwner, IList)

protected ListDataSet()

ListDataSet.ListDataSet Constructor

Initializes a new instance of the ListDataSet class.

  public ListDataSet(
  System.Collections.IList  
  source
);

Parameters

source

System.Collections.IList.  A list of items to add to the data set.

ListDataSet.ListDataSet Constructor

Initializes a new instance of the ListDataSet class.

  public ListDataSet(
  IModelItemOwner  
  owner
  , 
  System.Collections.IList  source
);

Parameters

source

System.Collections.IList.  A list of items to add to the data set.

owner

Microsoft.MediaCenter.UI.IModelItemOwner.  The owner of the ModelItem.

ListDataSet.ListDataSet Constructor

Initializes a new instance of the ListDataSet class.

  protected ListDataSet();

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also