Search Results for

    Show / Hide Table of Contents

    Struct ImageApprovalHistoryEntry

    An entry in the image 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 ImageApprovalHistoryEntry

    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 ImageApprovalStatus ApprovalStatus
    Field Value
    Type Description
    ImageApprovalStatus

    StatusComment

    User comment on the approval status change.

    Declaration
    public string StatusComment
    Field Value
    Type Description
    System.String

    UserDisplayName

    Full user name of user who changed the approval status.

    Declaration
    public string UserDisplayName
    Field Value
    Type Description
    System.String

    UserId

    User ID of the user who changed the approval status.

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