Class SectionID
Represents a section ID.
[Serializable]
public class SectionID : GuidDMAObjectRef<SectionID>
- Inheritance
-
DMAObjectRefSectionID
- Inherited Members
- Extension Methods
Constructors
- SectionID()
Initializes a new instance of the SectionID class.
- SectionID(Guid)
Initializes a new instance of the SectionID class using the specified GUID.
Properties
- Id
Gets the GUID.
Methods
- Build(SimpleByteReader)
Creates a new SectionID instance from the specified Skyline.DataMiner.Net.Ownership.SimpleByteReader.
- ToFileFriendlyString()
Returns a file-friendly string that represents the current object.
- ToString()
Returns a string that represents the current object.