IntRangedValue Constructor

Initializes a new instance of the IntRangedValue class.

Overload List

public IntRangedValue()

public IntRangedValue(IModelItemOwner)

public IntRangedValue(IModelItemOwner, string)

IntRangedValue.IntRangedValue Constructor

Initializes a new instance of the IntRangedValue class.

  public IntRangedValue();

IntRangedValue.IntRangedValue Constructor

Initializes a new instance of the IntRangedValue class.

  public IntRangedValue(
  IModelItemOwner  
  owner
);

Parameters

owner

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

IntRangedValue.IntRangedValue Constructor

Initializes a new instance of the IntRangedValue class.

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