Class EntitySchemaCurrentDateTimeQueryFunction
The function of the current date and time expression.
Inheritance
System.Object
EntitySchemaCurrentDateTimeQueryFunction
Inherited Members
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
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
GetCaption()
Gets the caption of the expression function.
Declaration
public override string GetCaption()
Returns
Type | Description |
---|---|
System.String | String of the function caption. |
Overrides
Implements
System.ICloneable