Class RoutingDefinition
A member or material routing definition
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public sealed class RoutingDefinition
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.
Constructors
RoutingDefinition(string, string)
Create a new, standalone, route. This cannot be assigned until it's been added to a fabricator
Declaration
public RoutingDefinition(string routeType, string description)
Parameters
Type | Name | Description |
---|---|---|
string | routeType | |
string | description |
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.
Properties
RouteDescription
The description of this individual routing
Declaration
public string RouteDescription { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.
RouteType
The descriptive type of routing
Declaration
public string RouteType { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.
Methods
Equals(object)
A member or material routing definition
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
bool |
Overrides
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.
~RoutingDefinition()
A member or material routing definition
Declaration
protected ~RoutingDefinition()
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.
GetHashCode()
A member or material routing definition
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.
Operators
operator ==(RoutingDefinition, RoutingDefinition)
A member or material routing definition
Declaration
public static bool operator ==(RoutingDefinition a, RoutingDefinition b)
Parameters
Type | Name | Description |
---|---|---|
RoutingDefinition | a | |
RoutingDefinition | b |
Returns
Type | Description |
---|---|
bool |
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.
operator !=(RoutingDefinition, RoutingDefinition)
A member or material routing definition
Declaration
public static bool operator !=(RoutingDefinition a, RoutingDefinition b)
Parameters
Type | Name | Description |
---|---|---|
RoutingDefinition | a | |
RoutingDefinition | b |
Returns
Type | Description |
---|---|
bool |
Remarks
This really points to an entry in the user routing table, and this definition knows which routing list it's from.