Class EntityObjectDefaultRequestHandler.InnerFindCopyValueRuleItem
Inheritance
System.Object
EntityObjectDefaultRequestHandler.InnerFindCopyValueRuleItem
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.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
protected class InnerFindCopyValueRuleItem
Constructors
InnerFindCopyValueRuleItem()
Initializes a new instance of the EntityObjectDefaultRequestHandler.InnerFindCopyValueRuleItem class.
Declaration
public InnerFindCopyValueRuleItem()
InnerFindCopyValueRuleItem(String, Int32)
Initializes a new instance of the EntityObjectDefaultRequestHandler.InnerFindCopyValueRuleItem class.
Declaration
public InnerFindCopyValueRuleItem(string metaFieldName, int weight)
Parameters
Type | Name | Description |
---|---|---|
System.String | metaFieldName | Name of the meta field. |
System.Int32 | weight | The weight. |
Properties
MetaFieldName
Gets or sets the name of the meta field.
Declaration
public string MetaFieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the meta field. |
Weight
Gets or sets the weight.
Declaration
public int Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The weight. |