Class MetadatMapping
Defines a metadata 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 MetadatMapping : PropertyMapping
  Constructors
MetadatMapping()
Declaration
public MetadatMapping()
  Properties
MetadataDefinitionId
The id of the resulting metadata
Declaration
public int MetadataDefinitionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MetadataQuery
The calculated metadata query for the property
Declaration
public MetadataQuery MetadataQuery { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MetadataQuery |