AttributeOperator.AttributeOperator Constructors
Creates a new instance of the AttributeOperator class.
Overload List
Name | Description | |
---|---|---|
Public method | AttributeOperator() | Creates a new instance of the AttributeOperator class. |
Public method | AttributeOperator(Operator input) | Creates a new instance of the AttributeOperator class with the specified input operator. |
Public method | AttributeOperator(Operator input, AttributeAssignmentCollection assignments) | Creates a new instance of the AttributeOperator class with the specified input operator and attribute assignments. |
Public method | AttributeOperator(Operator input, IEnumerable< AttributeAssignment > assignments) | Creates a new instance of the AttributeOperator class with the specified input operator and attribute assignments. |
AttributeOperator()
Creates a new instance of the AttributeOperator class.Syntax
public AttributeOperator ()
AttributeOperator(Operator input)
Creates a new instance of the AttributeOperator class with the specified input operator.Syntax
public AttributeOperator (
Operator input
)
Parameters
input
Type: Operator
Specifies the next input operator in the operator chain.
Specifies the next input operator in the operator chain.
AttributeOperator(Operator input, AttributeAssignmentCollection assignments)
Creates a new instance of the AttributeOperator class with the specified input operator and attribute assignments.Syntax
public AttributeOperator (
Operator input,
AttributeAssignmentCollection assignments
)
Parameters
input
Type: Operator
Specifies the next input operator in the operator chain.
Specifies the next input operator in the operator chain.
assignments
Type: A collection of AttributeAssignment elements.
Specifies the initial list of attributes to be assigned by this operator.
Specifies the initial list of attributes to be assigned by this operator.
AttributeOperator(Operator input, IEnumerable< AttributeAssignment > assignments)
Creates a new instance of the AttributeOperator class with the specified input operator and attribute assignments.Syntax
public AttributeOperator (
Operator input,
IEnumerable< AttributeAssignment > assignments
)
Parameters
input
Type: Operator
Specifies the next input operator in the operator chain.
Specifies the next input operator in the operator chain.
assignments
Type: A collection of AttributeAssignment elements.
Specifies the initial list of attributes to be assigned by this operator.
Specifies the initial list of attributes to be assigned by this operator.
Platforms
Windows, Linux, Android