Search Results for

    Show / Hide Table of Contents

    Struct StructureApprovalHistoryEntry

    An entry in the structure approval history.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public struct StructureApprovalHistoryEntry

    Fields

    ApprovalDateTime

    The date and time of the approval status change.

    Declaration
    public DateTime ApprovalDateTime
    Field Value
    Type Description
    System.DateTime

    ApprovalStatus

    The status of the approval.

    Declaration
    public StructureApprovalStatus ApprovalStatus
    Field Value
    Type Description
    StructureApprovalStatus

    StatusComment

    User comment on the approval status change.

    Declaration
    public string StatusComment
    Field Value
    Type Description
    System.String

    UserDisplayName

    Full user name of the user who changed the approval status.

    Declaration
    public string UserDisplayName
    Field Value
    Type Description
    System.String

    UserId

    User identifier of the user who changed the approval status.

    Declaration
    public string UserId
    Field Value
    Type Description
    System.String
    In This Article
    Back to top