Share via


ModelItem Constructor

Initializes a new instance of the ModelItem class.

Overload List

public ModelItem()

public ModelItem(IModelItemOwner)

public ModelItem(IModelItemOwner, string)

ModelItem.ModelItem Constructor

Initializes a new instance of the ModelItem class.

  public ModelItem();

ModelItem.ModelItem Constructor

Initializes a new instance of the ModelItem class.

  public ModelItem(
  IModelItemOwner  
  owner
);

Parameters

owner

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

ModelItem.ModelItem Constructor

Initializes a new instance of the ModelItem class.

  public ModelItem(
  IModelItemOwner  
  owner
  , 
  string  description
);

Parameters

owner

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

description

System.String.  The description of the object.

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