Table of Contents

Class Source

Namespace
Skyline.DataMiner.Core.InterAppCalls.Common.Shared
Assembly
Skyline.DataMiner.Core.InterAppCalls.Common.dll

Represents the source of the inter-app call. This can include an element ID or just a string variable.

public class Source
Inheritance
Source
Extension Methods

Constructors

Source()

Initializes a new instance of the Source class.

Source(string)

Initializes a new instance of the Source class using the specified name.

Source(string, int, int)

Initializes a new instance of the Source class using the specified name, DataMiner Agent ID and element ID.

Properties

AgentId

Gets or sets the DataMiner Agent ID.

ElementId

Gets or sets the element ID.

Name

Gets or sets the textual representation of the source.