Click or drag to resize

AMLNextCloudFileModel Class

The AMLFileModel provided by the NextCloud client
Inheritance Hierarchy
SystemObject
  Aml.Engine.Services.ModelAMLFileModel
    Aml.Engine.Services.LibraryServiceAMLNextCloudFileModel

Namespace: Aml.Engine.Services.LibraryService
Assembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntax
public class AMLNextCloudFileModel : AMLFileModel

The AMLNextCloudFileModel type exposes the following members.

Constructors
 NameDescription
Public methodAMLNextCloudFileModel Creates an instance of the AMLFileModel for the NextCloud client
Top
Properties
 NameDescription
Public propertyContentType The content type of the AutomationML file.
(Inherited from AMLFileModel)
Public propertyDomain The application domain of the contained classes of the AutomationML file as it is coded in the file name.
(Inherited from AMLFileModel)
Public propertyEdition The AutomationML edition as it is coded in the file name.
(Inherited from AMLFileModel)
Public propertyExtension Specification of a possible extension of the domain as it is coded in the file name.
(Inherited from AMLFileModel)
Public propertyFileType The type of the AutomationML file.
(Inherited from AMLFileModel)
Public propertyLibType Specification of a possible library type which may be one of the CAEX library tagnames.
(Inherited from AMLFileModel)
Public propertyName The name of the AutomationML file
(Inherited from AMLFileModel)
Public propertyProducer The producer of the file as it is coded in the file name.
(Inherited from AMLFileModel)
Public propertyURL The download link of the file, if it is provided by a server.
(Inherited from AMLFileModel)
Public propertyVersion The release version of the file, if it is coded in the file name.
(Inherited from AMLFileModel)
Top
See Also