Class EntityObjectDefaultRequestHandler.InnerFindCopyValueRuleItem
Inheritance
System.Object
    EntityObjectDefaultRequestHandler.InnerFindCopyValueRuleItem
  Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
protected class InnerFindCopyValueRuleItem : ObjectConstructors
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. | 
