XorOperation Members

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace > XorOperation Class >

XorOperation Members

The XorOperation type exposes the following members.

 

Constructors


Name

Description

Public method

XorOperation

Initializes a new instance of the XorOperation class.

 

Methods


Name

Description

Public method

AddInput

Adds an input connector to the operator if it is compatible and does not exceed the maximum allowed inputs.

(Inherited from MultiInputOperation.)

Public method

ClearInputs

Clears all input data and executes the associated operation.

(Inherited from MultiInputOperation.)

Public method

RemoveInput(Connector)

Removes the specified input connector from the collection of inputs.

(Inherited from MultiInputOperation.)

Public method

RemoveInput(Guid)

Removes an input signal identified by the specified Guid from the inputs collection.

(Inherited from MultiInputOperation.)

 

Properties


Name

Description

Public property

Description

Gets or sets the description.

(Inherited from BaseLogicEntity.)

Public property

Id

Gets the unique identifier for the entity.

(Inherited from BaseLogicEntity.)

Public property

Inputs

Gets an array of Connector objects representing the inputs.

(Inherited from MultiInputOperation.)

Public property

InputType

Gets the type of the input.

(Inherited from GenericOperation.)

Public property

MaxInputs

Gets the maximum number of inputs allowed.

Public property

Name

Gets or sets the name.

(Inherited from BaseLogicEntity.)

Public property

Output

Gets the output connector.

(Inherited from GenericOperation.)

Public property

OutputType

Gets the type of the output.

(Inherited from GenericOperation.)

 

See Also


XorOperation Class

BNCS.Logic.LogicOperations Namespace