Click or drag to resize

SavedQuery Class

Saved query against the database.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkSavedQuery

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class SavedQuery : Entity, INotifyPropertyChanging, 
	INotifyPropertyChanged

The SavedQuery type exposes the following members.

Constructors
  NameDescription
Public methodSavedQuery
Default Constructor.
Top
Properties
  NameDescription
Public propertyAdvancedGroupBy
Type the column name that will be used to group the results from the data collected across multiple records from a system view.
Public propertyAttributes (Inherited from Entity.)
Public propertyCanBeDeleted
Tells whether the view can be deleted.
Public propertyColumnSetXml
Contains the columns and sorting criteria for the view, stored in XML format.
Public propertyComponentState
For internal use only.
Public propertyConditionalFormatting
Type information about how the items in the system view are formatted.
Public propertyCreatedBy
Shows who created the record.
Public propertyCreatedOn
Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyCreatedOnBehalfBy
Shows who created the record on behalf of another user.
Public propertyDescription
Type additional information to describe the view, such as the filter criteria or intended results set.
Public propertyEntityState (Inherited from Entity.)
Public propertyExtensionData (Inherited from Entity.)
Public propertyFetchXml
String specifying the query in Fetch XML language.
Public propertyFormattedValues (Inherited from Entity.)
Public propertyId (Overrides Entity.Id.)
Public propertyIntroducedVersion
Version in which the form is introduced.
Public propertyIsCustomizable
Tells whether the component can be customized.
Public propertyIsDefault
Tells whether the view is the default view for the specified record type (entity).
Public propertyIsManaged
Tells whether the record is part of a managed solution.
Public propertyIsPrivate Obsolete.
Indicates whether or not this is viewable by the entire organization.
Public propertyIsQuickFindQuery
Choose whether the view is compatible with Quick Find. When users search for specific items, you define the fields that are searched in.
Public propertyIsUserDefined
Tells whether the view was created by a user.
Public propertyItem (Inherited from Entity.)
Public propertyLayoutXml
For internal use only.
Public propertylk_savedquery_createdonbehalfby
N:1 lk_savedquery_createdonbehalfby
Public propertylk_savedquery_modifiedonbehalfby
N:1 lk_savedquery_modifiedonbehalfby
Public propertylk_savedquerybase_createdby
N:1 lk_savedquerybase_createdby
Public propertylk_savedquerybase_modifiedby
N:1 lk_savedquerybase_modifiedby
Public propertyLogicalName (Inherited from Entity.)
Public propertyModifiedBy
Shows who last updated the record.
Public propertyModifiedOn
Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyModifiedOnBehalfBy
Shows who last updated the record on behalf of another user.
Public propertyName
Type a name for the view to describe what results the view will contain. This name is visible to users in the View list.
Public propertyorganization_saved_queries
N:1 organization_saved_queries
Public propertyOrganizationId
Choose the ID of the organization that the record is associated with.
Public propertyOrganizationTabOrder
For the organization, type the tab order to determine how users navigate through the screen using only the Tab key.
Public propertyOverwriteTime
For internal use only.
Public propertyQueryAPI
For internal use only.
Public propertyQueryAppUsage
For internal use only.
Public propertyQueryType
Shows the type of the query.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertyReturnedTypeCode
Type of entity displayed in the view.
Public propertySavedQuery_AsyncOperations
1:N SavedQuery_AsyncOperations
Public propertySavedQuery_BulkDeleteFailures
1:N SavedQuery_BulkDeleteFailures
Public propertySavedQueryId
Unique identifier of the view.
Public propertySavedQueryIdUnique
For internal use only.
Public propertySolutionId
Unique identifier of the associated solution.
Public propertyStateCode
Shows the status of the view.
Public propertyStatusCode
Shows the reason code that explains the status of the record.
Public propertyuserentityinstancedata_savedquery
1:N userentityinstancedata_savedquery
Public propertyVersionNumber
Version number of the view.
Top
Methods
  NameDescription
Public methodContains (Inherited from Entity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributeValue``1 (Inherited from Entity.)
Protected methodGetFormattedAttributeValue (Inherited from Entity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetAttributeValue (Inherited from Entity.)
Protected methodSetRelatedEntities``1 (Inherited from Entity.)
Protected methodSetRelatedEntity``1 (Inherited from Entity.)
Public methodToEntity``1 (Inherited from Entity.)
Public methodToEntityReference (Inherited from Entity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also