-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatin (I)Engine - depcreate and add methods dealing with alarms #3701
Automatin (I)Engine - depcreate and add methods dealing with alarms #3701
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me (cannot verify if the resulting docs look ok though)
/// Represents a reference to one specific alarm tree. | ||
/// </summary> | ||
[Serializable] | ||
public sealed class AlarmTreeID //: DMAObjectRef, IEquatable<AlarmTreeID> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we also need to list the properties like ElementID and RootAlarmID ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like a good idea yeah
@wdm-slc, to see the resulting docs from this you need to use buildDocs.cmd instead of the raw docfx build command |
Note there is somthing wrong with displaying the AlarmID class, not sure what. Think it might be related to the namespace Skyline.DataMiner.Net.Messages.SLDataGateway being present in multiple dlls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
[RN40773] [DCP246488]