ApplicationDefinition Class

ApplicationDefinition is a class that provides the application basic information read from the appdef.xml which is associated with the application.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class ApplicationDefinition
Inheritance
Object    ApplicationDefinition

Properties

Copyright The application's copyright text.
Description The application's description.
EventHandlerExtensionObjectName The name of the application's extension object that is responsible of the event handling and dispatching.
Guid The application's GUID. Mandatory.
Instance The singleton object data access.
MasterApplicationGuid The master application's GUID.
MultiServerCompatible The multi-server mode compatibility flag.
Name The application's name. Mandatory.
Publisher The application's publisher information.
RequiredMFilesVersion The required M-Files version.
Version The application's version. Mandatory.

Methods

See Also