Class CodePackageActivationContext
Represents the activation which contains information about a running code package in a Copper application.
Inheritance
System.Object
CodePackageActivationContext
Namespace: Copper.Fabric
Assembly: Copper.Fabric.dll
Syntax
[DataContract]
public class CodePackageActivationContext
Properties
View SourceApplicationName
Gets the name of the application.
Declaration
[DataMember]
public string ApplicationName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the application. |
ApplicationTypeName
Gets the name of the application type.
Declaration
[DataMember]
public string ApplicationTypeName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the application type. |