Class UnitOptionFilter
Inheritance
UnitOptionFilter
Syntax
public sealed class UnitOptionFilter : ICloneable
Constructors
UnitOptionFilter(Boolean)
Declaration
public UnitOptionFilter(bool default)
Parameters
| Type |
Name |
Description |
| Boolean |
default |
|
Properties
AllowSelfNestedGraph
Declaration
public bool AllowSelfNestedGraph { get; set; }
Property Value
Any
Declaration
public static UnitOptionFilter Any { get; }
Property Value
Declaration
public Type CompatibleInputType { get; set; }
Property Value
CompatibleOutputType
Declaration
public Type CompatibleOutputType { get; set; }
Property Value
Events
Declaration
public bool Events { get; set; }
Property Value
Expose
Declaration
public bool Expose { get; set; }
Property Value
GraphHashCode
Declaration
public int GraphHashCode { get; set; }
Property Value
Literals
Declaration
public bool Literals { get; set; }
Property Value
Members
Declaration
public bool Members { get; set; }
Property Value
Declaration
public bool MultipleControlInputs { get; set; }
Property Value
MultipleControlOutputs
Declaration
public bool MultipleControlOutputs { get; set; }
Property Value
Declaration
public bool MultipleValueInputs { get; set; }
Property Value
MultipleValueOutputs
Declaration
public bool MultipleValueOutputs { get; set; }
Property Value
Nesters
Declaration
public bool Nesters { get; set; }
Property Value
NoConnection
Declaration
public bool NoConnection { get; set; }
Property Value
Declaration
public bool NoControlInput { get; set; }
Property Value
NoControlOutput
Declaration
public bool NoControlOutput { get; set; }
Property Value
None
Declaration
public static UnitOptionFilter None { get; }
Property Value
Normals
Declaration
public bool Normals { get; set; }
Property Value
Declaration
public bool NoValueInput { get; set; }
Property Value
NoValueOutput
Declaration
public bool NoValueOutput { get; set; }
Property Value
Obsolete
Declaration
public bool Obsolete { get; set; }
Property Value
Self
Declaration
public bool Self { get; set; }
Property Value
Declaration
public bool SingleControlInput { get; set; }
Property Value
SingleControlOutput
Declaration
public bool SingleControlOutput { get; set; }
Property Value
Declaration
public bool SingleValueInput { get; set; }
Property Value
SingleValueOutput
Declaration
public bool SingleValueOutput { get; set; }
Property Value
Variables
Declaration
public bool Variables { get; set; }
Property Value
Methods
Clone()
Declaration
public UnitOptionFilter Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
ValidateOption(IUnitOption)
Declaration
public bool ValidateOption(IUnitOption option)
Parameters
Returns
Explicit Interface Implementations
ICloneable.Clone()
Declaration
object ICloneable.Clone()
Returns
Implements
Extension Methods