Click or drag to resize

SavedQuery Class

Saved query against the database.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceSavedQuery

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
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 propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyIntroducedVersion Version in which the form is introduced.
Public propertyIsCustom Tells whether a user created the view.
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 propertyIsPrivateObsolete.
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 propertyKeyAttributes
(Inherited from Entity)
Public propertyLayoutXml For internal use only.
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_mobileofflineprofileitem_savedquery 1:N lk_mobileofflineprofileitem_savedquery
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 propertyRowVersion
(Inherited from Entity)
Public propertySavedQuery_AsyncOperations 1:N SavedQuery_AsyncOperations
Public propertySavedQuery_BulkDeleteFailures 1:N SavedQuery_BulkDeleteFailures
Public propertySavedQuery_SyncErrors 1:N SavedQuery_SyncErrors
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 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 methodGetAttributeValue``1
(Inherited from Entity)
Protected methodGetFormattedAttributeValue
(Inherited from Entity)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also