The CStaffUser type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetDefaultStaffUser
Obtain the default CStaffUser object for use in operations that require staff member authorization to perform correctly.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUser
Gets an existing user in iMIS system
Public methodIsInRole
Determines whether the current principal belongs to the specified role. Only valid for iMIS 15 and later; for 10.x it always returns true.
Public methodStatic memberLogin
Logs an existing user into the system by ContactId or UserID if an iMIS user
Public methodStatic memberLoginByUserId(String)
Logs an existing user into the system by UserID if an iMIS user and sets the current AppPrincipal to the logged-in user.
Public methodStatic memberLoginByUserId(String, Boolean)
Logs an existing user into the system by UserID if an iMIS user
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccessKeywords
Gets the list of special access keys available to the user.
Public propertyButtonBarDesign
Gets an indication of whether button bar design is supported for this user.
Public propertyCashARAccessLevel
Gets the level of access that this user has to the Cash accounts receivable functions in iMIS.
Public propertyCertificationAccessLevel
Gets the level of access that this user has to the Certification functions in iMIS.
Public propertyCharactersPerLine
Gets the number of characters per line for reports for this user.
Public propertyCheckTickler
Gets an indication of whether tasks should be checked upon login of this user.
Public propertyDataServerConnectionString
Gets or sets the connection string to use when accessing the database via this user's account.
Public propertyStatic memberDefaultStaffUserID
The default User ID to use for staff member authorization during system operations.
Public propertyDepartment
Gets the name of the department in which this staff user works.
Public propertyDuesAccessLevel
Gets the level of access that this user has to the Dues functions in iMIS.
Public propertyEditTypes
Gets the list of types to which this instance applies.
Public propertyEventsAccessLevel
Gets the level of access that this user has to the Events functions in iMIS.
Public propertyExpiresOn
Gets the date on which this user's ability to login expires.
Public propertyExpoAccessLevel
Gets the level of access that this user has to the Expo functions in iMIS.
Public propertyFileDestination
Gets the destination of files for this user.
Public propertyFundRaisingAccessLevel
Gets the level of access that this user has to the Fundraising functions in iMIS.
Public propertyHasPassword
Gets a value indicating whether the CStaffUser has a password set and is therefore able to login.
Public propertyIdentity
Gets an object that represents the user's identity and authentication state.
Public propertyIncludeProspects
Gets in indication of whether prospecs should be indcluded for this user.
Public propertyIsAdHocAllowed
Gets an indicator of whether or not this user has access to the ad hoc query tool
Public propertyIsCasualUser
Gets an indication of whether this is user is to be considered casual or not.
Public propertyIsInitialScreenDisabled
Gets an indication of whether the initial screen is disabled.
Public propertyIsInternetAccessRestricted
Gets an indication of whether internet access is restricted for this user.
Public propertyIsLoginDisabled
Gets an indicator of whether this user's ability to login has been disabled
Public propertyLastLoginOn
Gets the date and time this user last logged into the system.
Public propertyLinesPerPage
Gets the number of lines per page to use for reports for this user.
Public propertyMembershipAccessLevel
Gets the level of access that this user has to the Membership functions in iMIS.
Public propertyMenuItems
Gets the comma-separated list of menu items which should be displayed for this user.
Public propertyOrderEntryAccessLevel
Gets the level of access that this user has to the Order Entry functions in iMIS.
Public propertyPortDestination
Gets the destination port for this user.
Public propertyPreviousLoginOn
Gets the date and time that the user logged into the system prior to the last time (LastLoginOn).
Public propertyPrinterDestination
Gets the destination printer for this user.
Public propertyReferralAccessLevel
Gets the level of access that this user has to the Referral functions in iMIS.
Public propertyReportDestination
Gets the destination of reports for this user.
Public propertySendFormfeed
Gets an indication of whether a form feed should be sent on reports created by this user.
Public propertyServiceCentralAccessLevel
Gets the level of access that this user has to the Service Central functions in iMIS.
Public propertySignature
Get the signature associated with this user.
Public propertyStandardClosing1
Gets the first line of the standard letter closing text for this user.
Public propertyStandardClosing2
Gets the second line of the standard letter closing text for this user, also known as the title of the user in the closing.
Public propertySystemManagementAccessLevel
Gets the level of access that this user has to the System Management functions in iMIS
Public propertyThrowExceptionOnError
Gets an indicator of whether or not an exception should be thrown when a business rules error is detected.
Public propertyThrowExceptionOnWarning
Gets an indicator of whether or not an exception should be thrown when a business rules warning is detected.
Public propertyUpdatedByName
Gets the name to be used in CreatedBy and UpdatedBy properties of objects being created and updated.
Public propertyUserId
Gets the Login Id or User Id for the iMIS staff user
Public propertyUserName
Gets the iMIS staff user's user name

See Also