IOrganizationInfo Interface

Provides read only access to the information about the licensed organization.

Definition

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

Properties

FullNameInternational Full name of the organization for all locales except "RU".
FullNameLocal Full name of the organization for "RU" locale.
Id ID of organization.
LogoBase64 Logotype of the organization in PNG format, encoded as Base64 string.
MenuLogoBase64 Logotype of the organization which is shown in the main menu, encoded as Base64 string.
ShortNameInternational Short name of the organization for all locales except "RU".
ShortNameLocal Short name of the organization for "RU" locale.
Version Version of the information about organization. It is changed each time when information is requested from server.
WebUrl Web site of the organization.

Methods

IsReloadRequired Determines whether reload of organization information is required according to the expiration dates on it.

See Also