Show / Hide Table of Contents

Class Application

Inheritance
System.Object
Application
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 Application

Constructors

Application()

Declaration
public Application()

Properties

AvoidSavingRuns

Declaration
[DataMember]
public bool AvoidSavingRuns { get; set; }
Property Value
Type Description
System.Boolean

CanvasComments

Comments on the designer canvas

Declaration
[DataMember]
public List<CanvasComment> CanvasComments { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CanvasComment>

CloneCount

Declaration
[DataMember]
public int CloneCount { get; set; }
Property Value
Type Description
System.Int32

ConnectionIdToOutputHandle

Dictionary mapping all module connectionIds to their corresponding output handles to be able to quickly match them on the DOM

Declaration
[DataMember]
public Dictionary<string, string> ConnectionIdToOutputHandle { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

ContinueOnError

Declaration
[DataMember]
public bool ContinueOnError { get; set; }
Property Value
Type Description
System.Boolean

CreatedBy

Declaration
[DataMember]
public string CreatedBy { get; set; }
Property Value
Type Description
System.String

CreatedById

Declaration
[DataMember]
public Guid? CreatedById { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

CreatedDateTime

Declaration
[DataMember]
public DateTimeOffset? CreatedDateTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

DepthFirstExecution

Declaration
[DataMember]
public bool DepthFirstExecution { get; set; }
Property Value
Type Description
System.Boolean

Description

Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type Description
System.String

EmailOnError

Declaration
[DataMember]
public bool EmailOnError { get; set; }
Property Value
Type Description
System.Boolean

ErrorAtCompletion

Declaration
[DataMember]
public bool ErrorAtCompletion { get; set; }
Property Value
Type Description
System.Boolean

ErrorEmail

Declaration
[DataMember]
public string ErrorEmail { get; set; }
Property Value
Type Description
System.String

ErrorHandlingAppId

Declaration
[DataMember]
public int ? ErrorHandlingAppId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

HighestReview

Declaration
[DataMember]
public string HighestReview { get; set; }
Property Value
Type Description
System.String

Id

Declaration
[DataMember]
public int ? Id { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

LowestReview

Declaration
[DataMember]
public string LowestReview { get; set; }
Property Value
Type Description
System.String

ModifiedById

Declaration
[DataMember]
public Guid? ModifiedById { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

ModifiedDateTime

Declaration
[DataMember]
public DateTimeOffset? ModifiedDateTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Modules

Declaration
[DataMember]
public List<Module> Modules { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Module>

Name

Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type Description
System.String

OriginalAppId

Declaration
[DataMember]
public int ? OriginalAppId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Owner

Declaration
[DataMember]
public Guid? Owner { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

ParallelExecution

Declaration
[DataMember]
public bool ParallelExecution { get; set; }
Property Value
Type Description
System.Boolean

ReceiveProgressEvents

Declaration
[DataMember]
public bool ? ReceiveProgressEvents { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ReceiveTraceEvents

Declaration
[DataMember]
public bool ? ReceiveTraceEvents { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ReferencedAppCount

Declaration
[DataMember]
public int ReferencedAppCount { get; set; }
Property Value
Type Description
System.Int32

ReferringAppCount

Declaration
[DataMember]
public int ReferringAppCount { get; set; }
Property Value
Type Description
System.Int32

ReviewAverage

Declaration
[DataMember]
public double ? ReviewAverage { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

ReviewCount

Declaration
[DataMember]
public int ReviewCount { get; set; }
Property Value
Type Description
System.Int32

SafelyLoaded

This must never be serialized. If true, this application was loaded out of the db. If false, then this application was loaded over the wire, and can't be fully trusted

Declaration
public bool SafelyLoaded { get; set; }
Property Value
Type Description
System.Boolean

ShowRealTimeOutputs

Declaration
[DataMember]
public bool ? ShowRealTimeOutputs { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Tags

Declaration
[DataMember]
public List<Tag> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Tag>

WireType

Declaration
[DataMember]
public string WireType { get; set; }
Property Value
Type Description
System.String

Methods

Clone()

Declaration
public Application Clone()
Returns
Type Description
Application
Back to top Copyright © 2019 Composable Analytics, Inc.