Click or drag to resize

DefaultValue Class

Inheritance Hierarchy

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract class DefaultValue

The DefaultValue type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrentDate
Returns an ExpressionDefaultValue which returns the current date.
Public propertyStatic memberCurrentDateTime
Returns an ExpressionDefaultValue which returns the current date and time.
Public propertyStatic memberCurrentDateTimeUtc
Returns an ExpressionDefaultValue which returns the current date and time in UTC.
Top
Methods
  NameDescription
Public methodGetValue
Gets the default value for the specified object
Top
Operators
See Also