Class NodeInformation
Inheritance
System.Object
NodeInformation
Assembly: SMT.MastaAPI.14.1.1.dll
public class NodeInformation : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public int NodeID { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public LocalNodeInfo NodeInfo { get; }
Property Value
Declaration
public string PartsUsingNode { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods