ApplicationDefinitionApplicationDefinitionData Class |
Namespace: MFiles.VAF.Common
The ApplicationDefinitionApplicationDefinitionData type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplicationDefinitionApplicationDefinitionData |
Default constructor needed by the serialization.
|
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | GetSchema |
Method for returning the schema. Documentation says that this needs to return null.
|
![]() | ReadXml |
ReadXML deserializes the class using the given XmlReader.
|
![]() | WriteXml |
Method for serializing the class. Not implemented.
|