Click or drag to resize
UpdateInformation Class
This class contains information about create/update of an object.
Inheritance Hierarchy

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
[SerializableAttribute]
public class UpdateInformation : IUpdateInformation

The UpdateInformation type exposes the following members.

Constructors
  NameDescription
Public methodUpdateInformation
Initializes a new instance of the UpdateInformation class
Top
Properties
  NameDescription
Public propertyCreatedBy
Id of user that created the object. Not null. Must be set first time the object is saved.
Public propertyCreatedDate
Date and time when the object was created. Not null. Is set by the database.
Public propertyModifiedBy
Id of user that modified the object. Not null. Must be set each time the object is saved.
Public propertyModifiedDate
Date and time when the object was last modified. Not null. Is set by the database.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also