Show / Hide Table of Contents

Enum EntitySchemaColumnDefSourceSystemValueSource

Sources of default system values.

Namespace: Terrasoft.Core.Entities
Assembly: Terrasoft.Core.dll
Syntax
public enum EntitySchemaColumnDefSourceSystemValueSource

Fields

Name Description
CurrentDate

Current date.

CurrentDateTime

Current date and time.

CurrentTime

Current time.

CurrentUser

Current user.

CurrentUserAccount

Account of the current user.

CurrentUserContact

Contact of the current user.

GenerateSequentialUId

Sequential identifier.

GenerateUId

Unique identifier.

Extension Methods

EnumUtilities.ToLocalizedString()
EnumUtilities.ToLocalizedString(CultureInfo)
ReflectionUtilities.GetPropertyValue(String)
ReflectionUtilities.GetPropertyDefValue(String, Object)
ReflectionUtilities.TryGetPropertyValue(String, Object)
ReflectionUtilities.HasProperty(String)
ReflectionUtilities.GetPropertyValue(String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(String)
ReflectionUtilities.SetPropertyValue(String, Object)
ReflectionUtilities.TrySetPropertyValue(String, Object)
ValidateUtilities.CheckArgumentNull(String)
ValidateUtilities.CheckDependencyNull(String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<EntitySchemaColumnDefSourceSystemValueSource>()
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<EntitySchemaColumnDefSourceSystemValueSource>(Boolean)
NSubstituteExtension.Protected(String, Object[])
NSubstituteExtension.Protected(String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(String)
NSubstituteExtension.MatchInstance<EntitySchemaColumnDefSourceSystemValueSource>()
SubstituteUtilities.GetIsSubstituteObject()
Back to top Generated by DocFX