Click or drag to resize

PublicLibraryCatalogLibraryVersion Class

The library version data
Inheritance Hierarchy
SystemObject
  Aml.Engine.ResourcesPublicLibraryCatalogLibraryVersion

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

The PublicLibraryCatalogLibraryVersion type exposes the following members.

Constructors
 NameDescription
Public methodPublicLibraryCatalogLibraryVersionInitializes a new instance of the PublicLibraryCatalogLibraryVersion class
Top
Properties
 NameDescription
Public propertyCAEXVersion Gets and sets the CAEX version of the library allowing different signatures for libraries, supporting differen CAEX versions but have identical content
Public propertyDescription Gets and sets a description text to explain the library version
Public propertyDownloadLink Gets and sets the download link where to load the library. The link should be public availabe
Public propertyNetVersion Gets the version converted to the .NET Version type.
Public propertyRevision A revision of this version exists, using the sam version number
Public propertySignature Gets the signature (checksum) used to validate the library content
Public propertySources Gets and sets the sources, where this version is published
Public propertyVersion Gets and sets the version string of the library
Top
Methods
 NameDescription
Public methodAddSource Adds a source for this library
Top
See Also