Click or drag to resize
IApplicationVersion Interface
Information about an application version.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IApplicationVersion : IDataId32

The IApplicationVersion type exposes the following members.

Properties
  NameDescription
Public propertyApplicationId
ApplicationId
Public propertyDataContext
Get data context.
Public propertyDescription
Description
Public propertyIsRecommended
IsRecommended
Public propertyIsValid
IsValid
Public propertyUpdateInformation
Information about create/update of organization.
Public propertyValidFromDate
Date application is valid from. Not Null. Is set to date created by default.
Public propertyValidToDate
Date application is valid to. Not Null. Is set to date created + 100 years by default.
Public propertyVersion
Version
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also