Click or drag to resize

PublicLibraryCatalogLibraryRevision Class

The library revision
Inheritance Hierarchy
SystemObject
  Aml.Engine.ResourcesPublicLibraryCatalogLibraryRevision

Namespace: Aml.Engine.Resources
Assembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntax
public class LibraryRevision

The PublicLibraryCatalogLibraryRevision type exposes the following members.

Constructors
 NameDescription
Public methodPublicLibraryCatalogLibraryRevisionInitializes a new instance of the PublicLibraryCatalogLibraryRevision class
Top
Properties
 NameDescription
Public propertyDownloadLink Gets and sets the download link where to load the library. The link should be public availabe
Public propertyRevision A Revision may have another Revision
Public propertySignatureUpdate Gets the signature (checksum) update. A signature update is created when the library is updated with a revision object. Only one signature update is allowed. If no update is defined, the value is null.
Top
See Also