Share via


ByteRangedValue Constructor

Initializes a new instance of the ByteRangedValue class.

Overload List

public ByteRangedValue();

public ByteRangedValue(IModelItemOwner)

public ByteRangedValue(IModelItemOwner, string)

ByteRangedValue.ByteRangedValue Constructor

Initializes a new instance of the ByteRangedValue class.

  public ByteRangedValue();

ByteRangedValue.ByteRangedValue Constructor

Initializes a new instance of the ByteRangedValue class.

  public ByteRangedValue(
  IModelItemOwner  
  owner
);

Parameters

owner

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

ByteRangedValue.ByteRangedValue Constructor

Initializes a new instance of the ByteRangedValue class.

  public ByteRangedValue(
  IModelItemOwner  
  owner
  , 
  string  description
);

Parameters

owner

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

description

System.String.  A 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