Brand Class

Class holding the branding information.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class Brand
Inheritance
Object    Brand

Remarks

Branding information is provided by the server based upon the firm that the user logging in belongs to. This allows applications to provide a simple level of firm specific branding without requiring seperate versions.

Constructors

BrandInitializes a new instance of the Brand class

Properties

BrandName The name of the brand. This would typically be the firm name.
Loaded Whether branding details have been received from the server yet or not.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also