ApplicationDefinitionApplicationDefinitionData Class

The internal data representation in appdef.xml.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class ApplicationDefinitionData : IXmlSerializable
Inheritance
Object    ApplicationDefinitionApplicationDefinitionData
Implements
IXmlSerializable

Constructors

ApplicationDefinitionApplicationDefinitionData Default constructor needed by the serialization.

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.
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

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.

See Also