Class LinkedModuleCandidate
Inheritance
System.Object
LinkedModuleCandidate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[DataContract]
public class LinkedModuleCandidate
Properties
ModuleArgumentName
If this candidate is coming from a ModuleInput, then this is the ModuleOutput Name on a module of type ModuleType If this condidate is coming from a ModuleOutput, then this name is the ModuleInput Name on the module of type ModuleType
Declaration
[DataMember]
public string ModuleArgumentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuleTypeDisplayName
Declaration
[DataMember]
public string ModuleTypeDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuleTypeName
Declaration
[DataMember]
public string ModuleTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuleTypeNamespace
Declaration
[DataMember]
public string ModuleTypeNamespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NestedAppName
Declaration
[DataMember]
public string NestedAppName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NestedRefAppId
Declaration
[DataMember]
public int ? NestedRefAppId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
Clone()
Declaration
public LinkedModuleCandidate Clone()
Returns
Type | Description |
---|---|
LinkedModuleCandidate |