Show / Hide Table of Contents

    Enum MemberApproval

    Possible approval states for a member

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public enum MemberApproval

    Fields

    Name Description
    ApprovedAsIs

    Approved

    ApprovedAsNoted

    Approved, but with caveats.

    NotApproved

    Submitted and rejected, or not yet approved.

    NotSubmitted

    This has not been submitted for approval

    ReviseAndResubmit

    Revisions needed before resubmitting.

    Back to top