SourceProfile Constructors

Definition

Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll

Initializes a new instance of the SourceProfile class.

Overloads

Signature Description
SourceProfile() Initializes a new instance of the class with default values.
SourceProfile(SourceProfile) Initializes a new instance of the class with the specified source profile.

SourceProfile()

Initializes a new instance of the class with default values.

SourceProfile()

SourceProfile(SourceProfile)

Initializes a new instance of the class with the specified source profile.

SourceProfile(SourceProfile sp)

Parameters

Type Parameter name Description
SourceProfile sp The source profile to initialize the new instance with.

See Also