AboutInfo Members
Provides information about the current application.Constructors
| Name | Description |
|---|---|
| AboutInfo() | Creates an instance of the AboutInfo class. |
| AboutInfo(ICaptionHelperProvider) | Initializes a new instance of the AboutInfo class with specified settings. |
Properties
| Name | Description |
|---|---|
| AboutInfoString | Specifies summary information on the current application that is intended to be shown in the “About” informational block. |
| Company | Specifies the company that built the application. |
| Copyright | Specifies information about the company’s copyright. |
| Description | Specifies information about the application. |
| Instance static | Provides access to the singleton of the AboutInfo class. |
| LogoImageName | Specifies the name of the image with the logotype of the company that built the application. |
| ProductName | Specifies the application’s title. |
| Version | Specifies the application’s assembly version. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetAboutInfoString(XafApplication) | Returns the AboutInfoString for the specified application. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Init(IModelApplication, Version) | Initializes the AboutInfo instance. |
| Init(XafApplication) | Initializes the AboutInfo instance. |
| Init(String, String, String, String, String, String, String, Version) | Initializes the AboutInfo instance. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also