Method WithDefinitions
WithDefinitions(IEnumerable<DomDefinitionId>)
Sets the DOM definition IDs for the field descriptor.
public DomInstanceFieldDescriptorBuilder WithDefinitions(IEnumerable<DomDefinitionId> definitionIds)
Parameters
definitionIds
IEnumerable<DomDefinitionId>The collection of Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinitionId objects to set.
Returns
- DomInstanceFieldDescriptorBuilder
The builder instance.
Exceptions
- ArgumentNullException
Thrown when
definitionIds
isnull
.