Share via


SecureEditableText Constructor

Initializes a new instance of the SecureEditableText class.

Overload List

public SecureEditableText()

public SecureEditableText(IModelItemOwner)

public SecureEditableText(IModelItemOwner, string)

SecureEditableText.SecureEditableText Constructor

Initializes a new instance of the SecureEditableText class.

  public SecureEditableText();

SecureEditableText.SecureEditableText Constructor

Initializes a new instance of the SecureEditableText class.

  public SecureEditableText(
  IModelItemOwner  
  owner
);

Parameters

owner

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

SecureEditableText.SecureEditableText Constructor

Initializes a new instance of the SecureEditableText class.

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