Skip to content

Commit 5cea34a

Browse files
committed
General corrections
1 parent 1c497f7 commit 5cea34a

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

develop/devguide/ClassLibrary/ClassLibraryElementCreation.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ uid: ClassLibraryElementCreation
44

55
# Element creation
66

7-
## Introduction
8-
97
This section provides more information on how to create elements using the class library.
108

119
To create an element, use the [CreateElement](xref:Skyline.DataMiner.Library.Common.IDma.CreateElement(Skyline.DataMiner.Library.Common.ElementConfiguration)) method of the [IDma](xref:Skyline.DataMiner.Library.Common.IDma) interface.
@@ -14,16 +12,16 @@ This method takes an [ElementConfiguration](xref:Skyline.DataMiner.Library.Commo
1412
The ElementConfiguration constructors require the element name and the protocol to be specified.
1513
Other configuration settings can be specified via the properties of the ElementConfiguration object:
1614

17-
- [AdvancedSettings](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.AdvancedSettings): Allows configuring advanced element settings such as the timeout, whether the element is hidden, etc.
18-
- [AlarmTemplate](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.AlarmTemplate): Allows specifying an alarm template to be used.
19-
- [Connections](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Connections): Allows specifying the connections, if any. See <xref:ClassLibraryElementCreation#creating-an-element-with-connections>.
20-
- [Description](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Description): Allows providing a description for the element.
21-
- [DveSettings](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.DveSettings): Allows configuring DVE-related settings such as whether DVE creation is enabled or disabled.
22-
- [Properties](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Properties): Allows configuring element properties. See <xref:ClassLibraryElementCreation#creating-an-element-with-properties>.
23-
- [State](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.State): Allows configuring the state. Must be either Active, Paused or Stopped.
24-
- [TrendTemplate](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.TrendTemplate): Allows specifying an alarm template to be used.
25-
- [Type](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Type): Allows specifying the type.
26-
- [Views](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Views): Allows specifying the views the created element should be part of. See <xref:ClassLibraryElementCreation#creating-an-element-in-specific-views>.
15+
- [AdvancedSettings](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.AdvancedSettings): Allows you to configure advanced element settings such as the timeout, whether the element is hidden, etc.
16+
- [AlarmTemplate](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.AlarmTemplate): Allows you to specify an alarm template to be used.
17+
- [Connections](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Connections): Allows you to specify the connections, if any. See [Creating an element with connections](xref:ClassLibraryElementCreation#creating-an-element-with-connections).
18+
- [Description](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Description): Allows you to provide a description for the element.
19+
- [DveSettings](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.DveSettings): Allows you to configure DVE-related settings such as whether DVE creation is enabled or disabled.
20+
- [Properties](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Properties): Allows you to configure element properties. See [Creating an element with properties](xref:ClassLibraryElementCreation#creating-an-element-with-properties).
21+
- [State](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.State): Allows you to configure the state. Must be either Active, Paused or Stopped.
22+
- [TrendTemplate](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.TrendTemplate): Allows you to specify a trend template to be used.
23+
- [Type](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Type): Allows you to specify the type.
24+
- [Views](xref:Skyline.DataMiner.Library.Common.ElementConfiguration.Views): Allows you to specify the views the created element should be part of. See [Creating an element in specific views](xref:ClassLibraryElementCreation#creating-an-element-in-specific-views).
2725

2826
## Creating an element with properties
2927

develop/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
topicUid: ClassLibraryIntroduction
574574
- name: Lazy loading
575575
topicUid: ClassLibraryLazyLoading
576-
- name: Element Creation
576+
- name: Element creation
577577
topicUid: ClassLibraryElementCreation
578578
- name: InterApp classes
579579
topicUid: ClassLibraryInterAppClasses

0 commit comments

Comments
 (0)