Show / Hide Table of Contents

    Class ParentActivity

    Represents a parent activity.

    Inheritance
    System.Object
    ParentActivity
    Namespace: Copper.Diagnostics.Common
    Assembly: Copper.Diagnostics.Common.dll
    Syntax
    [Serializable]
    public class ParentActivity

    Constructors

    View Source

    ParentActivity(String)

    Initializes a new instance of the ParentActivity class.

    Declaration
    public ParentActivity(string operationId)
    Parameters
    Type Name Description
    System.String operationId

    The operation id.

    Properties

    View Source

    OperationId

    Gets or sets the operation id.

    Declaration
    public string OperationId { get; set; }
    Property Value
    Type Description
    System.String

    The operation id.

    • View Source
    Back to top Generated by DocFX