NetworkAssignment
A class for associating a network evaluator with an attribute, a network element type or network source name, and an edge direction.
|
Property |
Type |
Description |
|---|---|---|
|
ID |
int |
The identifier for the network assignment. |
|
IsDefault |
bool |
Indicates if this network assignment is associated with a network element type. Otherwise this network assignment is associated with a network source. |
|
NetworkAttributeName |
string |
The name of the network attribute associated with this network assignment. |
|
NetworkEdgeDirection |
The edge direction of this network assignment. | |
|
NetworkElementType |
The network element type of the network assignment. This property only applies if IsDefault is true. | |
|
NetworkElementTypeSpecified |
bool |
Indicates if NetworkElementType is specified. |
|
NetworkEvaluatorCLSID |
string |
The CLSID of the network evaluator associated with this network assignment. |
|
NetworkEvaluatorData |
The custom data of the network evaluator associated with this network assignment. | |
|
NetworkSourceName |
string |
The network source name of this network assignment. This property only applies if IsDefault is false. |