Show / Hide Table of Contents

Class EntitySchemaCurrentDateTimeQueryFunction

The function of the current date and time expression.

Inheritance
System.Object
MetaItem
EntitySchemaQueryFunction
EntitySchemaSystemValueQueryFunction
EntitySchemaCurrentDateTimeQueryFunction
Implements
IMetaItem
IMetaDataSerializable
System.ICloneable
Inherited Members
EntitySchemaSystemValueQueryFunction.GetCurrentSystemValue(UserConnection)
EntitySchemaSystemValueQueryFunction.GetCurrentSystemValue(DataValueTypeManager)
EntitySchemaSystemValueQueryFunction.SpecifyValueExpression(UserConnection)
EntitySchemaSystemValueQueryFunction.CreateQueryColumnExpression(DBSecurityEngine)
EntitySchemaSystemValueQueryFunction.GetArguments()
EntitySchemaSystemValueQueryFunction.GetResultDataValueType(DataValueTypeManager)
EntitySchemaSystemValueQueryFunction.GetIsSupportedDataValueType(DataValueType)
EntitySchemaSystemValueQueryFunction.CurrentSystemValue
EntitySchemaSystemValueQueryFunction.ValueExpression
EntitySchemaSystemValueQueryFunction.QueryAlias
EntitySchemaQueryFunction.CheckIsSupportedDataValueType(DataValueType)
EntitySchemaQueryFunction.ParentQuery
MetaItem.ApplyMetaDataValue(DataReader)
MetaItem.ApplyTemplateDataValue(DataReader)
MetaItem.CompleteApplyingTemplateDataValues()
MetaItem.CompleteApplyingMetaDataValues()
MetaItem.CheckIsNameValidIdentifier(String)
MetaItem.WriteMetaData(DataWriter)
MetaItem.ReadMetaData(DataReader)
MetaItem.WriteTemplateData(DataWriter)
MetaItem.ReadTemplateData(DataReader)
MetaItem.HandleNameChanging(String)
MetaItem.GetResourceManagerName()
MetaItem.Id
MetaItem.UId
MetaItem.RealUId
MetaItem.Name
MetaItem.CreatedInSchemaUId
MetaItem.ModifiedInSchemaUId
MetaItem.ParentMetaSchema
MetaItem.CreatedInPackageId
MetaItem.IsDeserializedFromMetaData
MetaItem.NamePrefix
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Entities
Assembly: Terrasoft.Core.dll
Syntax
public class EntitySchemaCurrentDateTimeQueryFunction : EntitySchemaSystemValueQueryFunction, IMetaItem, IMetaDataSerializable, ICloneable

Constructors

EntitySchemaCurrentDateTimeQueryFunction(EntitySchemaCurrentDateTimeQueryFunction)

Initializes the EntitySchemaCurrentDateTimeQueryFunction instance that is a clone of the passed-in function.

Declaration
public EntitySchemaCurrentDateTimeQueryFunction(EntitySchemaCurrentDateTimeQueryFunction source)
Parameters
Type Name Description
EntitySchemaCurrentDateTimeQueryFunction source

The instance of the EntitySchemaCurrentDateTimeQueryFunction function whose clone is being created.

EntitySchemaCurrentDateTimeQueryFunction(EntitySchemaQuery)

Initializes the EntitySchemaCurrentDateTimeQueryFunction instance for the specified entity schema query.

Declaration
public EntitySchemaCurrentDateTimeQueryFunction(EntitySchemaQuery parentQuery)
Parameters
Type Name Description
EntitySchemaQuery parentQuery

Query against the schema of the entity that contains the function.

Properties

SystemValueName

Name of the system value.

Declaration
public override string SystemValueName { get; }
Property Value
Type Description
System.String
Overrides
EntitySchemaSystemValueQueryFunction.SystemValueName

Methods

Clone()

Creates the clone of the current EntitySchemaCurrentDateTimeQueryFunction instance.

Declaration
public override object Clone()
Returns
Type Description
System.Object

The System.Object instance that is a clone of the current instance.

Overrides
MetaItem.Clone()

GetCaption()

Gets the caption of the expression function.

Declaration
public override string GetCaption()
Returns
Type Description
System.String

String of the function caption.

Overrides
EntitySchemaQueryFunction.GetCaption()

Implements

IMetaItem
IMetaDataSerializable
System.ICloneable

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.CloneSchema<TItem>(TItem, Object[])
MetaDataTestUtils.CloneAbstractMetaItem<TItem>(TItem)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
MetaDataTestUtils.GetMetaData(IMetaDataSerializable)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX