AboutInfo Methods
Provides information about the current application.| 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