Class MediaFormatMapping
Defines a media format mapping for a property
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.Client.Descriptors
Assembly: ImageVault.Client.dll
Syntax
public class MediaFormatMapping : PropertyMapping
  Constructors
MediaFormatMapping()
Declaration
public MediaFormatMapping()
  Properties
Format
The Media format from the property
Declaration
public MediaFormatBase Format { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MediaFormatBase | 
IgnoredEffects
The effect types that should be ignored for this property
Declaration
public EffectTypes IgnoredEffects { get; set; }
  Property Value
| Type | Description | 
|---|---|
| EffectTypes | 
MediaFormatId
The resulting format id (if only the effects from the type is used)
Declaration
public int MediaFormatId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |