IAccount Interface

Provides read only access to the user account.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public interface IAccount

Properties

DisplayName Display name of the user.
IsEmpty Determines whether the user account is empty.
License Provides access to the license information.
Login Login of the user.
Organization Provides access to description of the licensed organization. If Organization is null then the license is personal.
Status Current status of sign in.

Extension Methods

GetOrganizationLogoBase64

Returns the logotype of the licensed organization in PNG format, encoded as Base64 string.

If Organization is null then SMath logo is retrieved from resources.


(Defined by AccountExtensions)
HasStatusFlag Determines whether Status has the specified flag set.
(Defined by AccountExtensions)
IsWorkStopper Detects whether the user cannot continue working in the program due to loss of connection or missing license.
(Defined by AccountExtensions)

See Also