Click or drag to resize
ApplicationConstants Class
Generic static class for application wide constants.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCoreApplicationConstants

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class ApplicationConstants

The ApplicationConstants type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLLBLGenProPreviousVersionForFilenames
Gets or sets the LLBL gen pro previous version for filenames. This can be a wildcard version, Major*, e.g. 4*, if the current minor version number is '0'. If the current minor version number is > 0, it will be a literal version: Major(minor-1), e.g. 50
Public propertyStatic memberLLBLGenProSemVer
Public propertyStatic memberLLBLGenProVersion
Public propertyStatic memberLLBLGenProVersionForFilenames
Gets the LLBL gen pro version for filenames. This is the concatenation of Major and Minor version, e.g. 51 for v5.1
Top
Fields
See Also