AccountExtensions Class

Provides extension methods for IAccount.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static class AccountExtensions
Inheritance
Object    AccountExtensions

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.

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

See Also