Class MetaFieldMapping
Inheritance
System.Object
MetaFieldMapping
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 MetaFieldMapping
Constructors
MetaFieldMapping()
Initializes a new instance of the MetaFieldMapping class.
Declaration
public MetaFieldMapping()
MetaFieldMapping(MetaField, MetaField)
Initializes a new instance of the MetaFieldMapping class.
Declaration
public MetaFieldMapping(MetaField SrcMetaField, MetaField DestMetaField)
Parameters
Type | Name | Description |
---|---|---|
MetaField | SrcMetaField | The SRC meta field. |
MetaField | DestMetaField | The dest meta field. |
MetaFieldMapping(String, String, String, String)
Initializes a new instance of the MetaFieldMapping class.
Declaration
public MetaFieldMapping(string SrcMetaClassName, string SrcMetaFieldName, string DestMetaClassName, string DestMetaFieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | SrcMetaClassName | Name of the SRC meta class. |
System.String | SrcMetaFieldName | Name of the SRC meta field. |
System.String | DestMetaClassName | Name of the dest meta class. |
System.String | DestMetaFieldName | Name of the dest meta field. |
Properties
DestMetaClassName
Gets or sets the name of the dest meta class.
Declaration
public string DestMetaClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the dest meta class. |
DestMetaFieldName
Gets or sets the name of the dest meta field.
Declaration
public string DestMetaFieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the dest meta field. |
SrcMetaClassName
Gets or sets the name of the SRC meta class.
Declaration
public string SrcMetaClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the SRC meta class. |
SrcMetaFieldName
Gets or sets the name of the SRC meta field.
Declaration
public string SrcMetaFieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the SRC meta field. |