Class DbMediaConversionEffect
Defines a effect for a media conversion
Inheritance
System.Object
DbMediaConversionEffect
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.Core.Common.DbEntities
Assembly: ImageVault.Core.dll
Syntax
public class DbMediaConversionEffect
Constructors
DbMediaConversionEffect()
Declaration
public DbMediaConversionEffect()
Properties
Configuration
Get/Sets the Configuration of the DbMediaConversionEffect
Declaration
public string Configuration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConversionEffectFactoryTypeId
Get/Sets the ConversionEffectFactoryTypeId of the DbMediaConversionEffect
Declaration
public int ConversionEffectFactoryTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MediaConversionFormatId
Get/Sets the MediaConversionFormatId of the DbMediaConversionEffect
Declaration
public int MediaConversionFormatId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RunOrder
Get/Sets the RunOrder of the DbMediaConversionEffect
Declaration
public int RunOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |