Class DisplayInformation
Summary description for DisplayInformation.
Inheritance
System.Object
DisplayInformation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data.Display
Assembly: ImageVault.Common.dll
Syntax
[Obsolete("Not used any more. Use IMediaRenderer and RendererId concept instead")]
public class DisplayInformation
Constructors
DisplayInformation()
Initializes a new instance of the DisplayInformation class.
Declaration
public DisplayInformation()
DisplayInformation(DisplayInformation)
Initializes a new instance of the DisplayInformation class.
Declaration
public DisplayInformation(DisplayInformation displayInformation)
Parameters
Type | Name | Description |
---|---|---|
DisplayInformation | displayInformation |
Properties
ContentDisplayType
Get/Sets the ContentDisplayType of the DisplayInformation
Declaration
[Obsolete("Not used any more. Use IMediaRenderer and RendererId concept instead")]
public ContentDisplayTypes ContentDisplayType { get; set; }
Property Value
Type | Description |
---|---|
ContentDisplayTypes |
DefaultEmbedElement
Get/Sets the Html of the DisplayInformation
Declaration
public HtmlElement DefaultEmbedElement { get; set; }
Property Value
Type | Description |
---|---|
HtmlElement |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public DisplayInformation Clone()
Returns
Type | Description |
---|---|
DisplayInformation | A new object that is a copy of this instance. |