Class AssetConversion
Inheritance
System.Object
AssetConversion
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
Assembly: ImageVault.Common.dll
Syntax
public class AssetConversion
Constructors
AssetConversion()
Declaration
public AssetConversion()
AssetConversion(AssetConversion)
Declaration
public AssetConversion(AssetConversion a)
Parameters
Type | Name | Description |
---|---|---|
AssetConversion | a |
Properties
ContentType
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FormatId
Declaration
public int FormatId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Height
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Html
Declaration
public string Html { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RendererData
Values passed to the renderer
Declaration
public string RendererData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RendererId
Id of renderer to use to render the media
Declaration
public string RendererId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |