Share via


EditableDigits Constructor

Initializes a new instance of the EditableDigits class.

Overload List

public EditableDigits()

public EditableDigits(IModelItemOwner)

public EditableDigits(IModelItemOwner, string)

EditableDigits.EditableDigits Constructor

Initializes a new instance of the EditableDigits class.

  public EditableDigits();

EditableDigits.EditableDigits Constructor

Initializes a new instance of the EditableDigits class.

  public EditableDigits(
  IModelItemOwner  
  owner
);

Parameters

owner

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

EditableDigits.EditableDigits Constructor

Initializes a new instance of the EditableDigits class.

  public EditableDigits(
  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 7

See Also