Class DbMediaConversionFormatBase
Summary description for DbMediaConversionFormatBase.
Inheritance
Inherited Members
Namespace: ImageVault.Core.Common.DbEntities
Assembly: ImageVault.Core.dll
Syntax
public abstract class DbMediaConversionFormatBase
Constructors
DbMediaConversionFormatBase(MediaConversionTypes)
Initializes a new instance of the DbMediaConversionFormatBase class.
Declaration
protected DbMediaConversionFormatBase(MediaConversionTypes type)
Parameters
Type | Name | Description |
---|---|---|
MediaConversionTypes | type |
DbMediaConversionFormatBase(DbMediaConversionFormatBase)
Initializes a new instance of the DbMediaConversionFormatBase class.
Declaration
protected DbMediaConversionFormatBase(DbMediaConversionFormatBase template)
Parameters
Type | Name | Description |
---|---|---|
DbMediaConversionFormatBase | template |
Properties
Effects
Get/Sets the Effects of the DbMediaConversionFormatBase
Declaration
public List<DbMediaConversionEffect> Effects { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DbMediaConversionEffect> |
Format
Get/Sets the Format of the DbMediaConversionFormatBase
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Get/Sets the MediaConversionFormatId of the DbMediaConversionFormatBase
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MediaConversionType
Get/Sets the MediaConversionType of the DbMediaConversionFormatBase
Declaration
public MediaConversionTypes MediaConversionType { get; set; }
Property Value
Type | Description |
---|---|
MediaConversionTypes |
MediaConversionTypeId
Get/Sets the MediaConversionTypeId of the DbMediaConversionFormatBase
Declaration
public int MediaConversionTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MediaFormatOutputType
Get/Sets the ConversionFormatType of the DbMediaConversionFormatBase
Declaration
public MediaFormatOutputTypes MediaFormatOutputType { get; set; }
Property Value
Type | Description |
---|---|
MediaFormatOutputTypes | Wraps the Format property |
Name
Get/Sets the Name of the DbMediaConversionFormatBase
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SystemFormat
Get/Sets the SystemFormat of the DbMediaConversionFormatBase
Declaration
public bool SystemFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ToDbMediaConversion(MediaFormatBase)
Converts the supplied MediaFormatBase to a suitable database object
Declaration
public static DbMediaConversionFormatBase ToDbMediaConversion(MediaFormatBase format)
Parameters
Type | Name | Description |
---|---|---|
MediaFormatBase | format |
Returns
Type | Description |
---|---|
DbMediaConversionFormatBase |
Exceptions
Type | Condition |
---|---|
System.NotImplementedException | If format from . |
ToMediaConversionBase()
Creates a domain object of the currend db object
Declaration
public abstract MediaFormatBase ToMediaConversionBase()
Returns
Type | Description |
---|---|
MediaFormatBase |