Class MetaFieldMapElement
Represents meta field map element.
Inheritance
System.Object
MetaFieldMapElement
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: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class MetaFieldMapElement
Constructors
MetaFieldMapElement()
Initializes a new instance of the MetaFieldMapElement class.
Declaration
public MetaFieldMapElement()
MetaFieldMapElement(MetaField, MetaField)
Initializes a new instance of the MetaFieldMapElement class.
Declaration
public MetaFieldMapElement(MetaField srcMetaField, MetaField destMetaField)
Parameters
Type | Name | Description |
---|---|---|
MetaField | srcMetaField | The SRC meta field. |
MetaField | destMetaField | The dest meta field. |
Properties
DestanationMetaField
Declaration
public MetaField DestanationMetaField { get; set; }
Property Value
Type | Description |
---|---|
MetaField |
SourceMetaField
Declaration
public MetaField SourceMetaField { get; set; }
Property Value
Type | Description |
---|---|
MetaField |