Click or drag to resize
InputNode Class
Inheritance Hierarchy

Namespace: FlexRule.RequirementGraph
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class InputNode : RequirementNode

The InputNode type exposes the following members.

Constructors
  NameDescription
Public methodInputNode
Top
Properties
  NameDescription
Public propertyAssembly
Public propertyDataType
Public propertyHasPriority (Inherited from RequirementNode.)
Public propertyIsOutput
Public propertyModel (Inherited from RequirementNode.)
Public propertyName (Inherited from RequirementNode.)
Public propertyPriority (Inherited from RequirementNode.)
Public propertyType (Inherited from RequirementNode.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParameters (Inherited from RequirementNode.)
Public methodGetTransitions (Inherited from RequirementNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Inherited from RequirementNode.)
Top
See Also