DefaultValue Class |
Namespace: Aloe.SystemFrameworks.Domain
The DefaultValue type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CurrentDate |
Returns an ExpressionDefaultValue which returns the current date.
|
![]() ![]() | CurrentDateTime |
Returns an ExpressionDefaultValue which returns the current date and time.
|
![]() ![]() | CurrentDateTimeUtc |
Returns an ExpressionDefaultValue which returns the current date and time in UTC.
|
Name | Description | |
---|---|---|
![]() ![]() | (Boolean to DefaultValue) |
Performs an implicit conversion from Boolean to DefaultValue.
|
![]() ![]() | (Decimal to DefaultValue) |
Performs an implicit conversion from Decimal to DefaultValue.
|
![]() ![]() | (Int32 to DefaultValue) |
Performs an implicit conversion from Int32 to DefaultValue.
|
![]() ![]() | (String to DefaultValue) |
Performs an implicit conversion from String to DefaultValue.
|