Show / Hide Table of Contents

    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 Source

    ApplicationName

    Gets the name of the application.

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

    The name of the application.

    View Source

    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.

    • View Source
    Back to top Generated by DocFX