Click or drag to resize

CdssQueryExpressionDefinition Class

Represents a specialized CdssHdsiExpressionDefinition which is used to back-query from a data source
Inheritance Hierarchy
SystemObject
  SanteDB.Cdss.Xml.Model.ExpressionsCdssExpressionDefinition
    SanteDB.Cdss.Xml.Model.ExpressionsCdssQueryExpressionDefinition

Namespace: SanteDB.Cdss.Xml.Model.Expressions
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public class CdssQueryExpressionDefinition : CdssExpressionDefinition

The CdssQueryExpressionDefinition type exposes the following members.

Constructors
 NameDescription
Public methodCdssQueryExpressionDefinitionInitializes a new instance of the CdssQueryExpressionDefinition class
Top
Properties
 NameDescription
Public propertyFilterHdsi Gets or sets the HDSI syntax expression
Public propertyOrderByHdsi Get or sets the ordering expression
Public propertyScope Gets or sets where the object should be pulled from
Public propertyScopedFact Gets or sets the fact reference
Public propertySelectHdsi Gets or sets the selector expression (the value to emit)
Public propertySelectorFunction Gets or sets the selector function from the matching records
Public propertySourceCollectionHdsi Gets or sets the expression on the context which is used to gather the colleciton of objects filtered
Public propertyTranspileSourceReference Gets or sets the transpiled metadata
(Inherited from CdssExpressionDefinition)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToReferenceString Represent this as a source code reference string
(Inherited from CdssExpressionDefinition)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodValidate Validate that the expression is appropriately represented for execution
(Overrides CdssExpressionDefinitionValidate(CdssExecutionContext))
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also