Exemple #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public NodeInfo(int nodeId, NodeProviderType providerType)
 {
     _nodeId           = nodeId;
     _providerType     = providerType;
     _configurationIDs = new HashSet <int>();
 }
Exemple #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public NodeInfo(int nodeId, NodeProviderType providerType)
 {
     _nodeId = nodeId;
     _providerType = providerType;
     _configurationIDs = new HashSet<int>();
 }