Click or drag to resize

GoalRollupQuery Class

Query that is used to filter the results of the goal rollup.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkGoalRollupQuery

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 GoalRollupQuery : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The GoalRollupQuery type exposes the following members.

Constructors
  NameDescription
Public methodGoalRollupQuery
Default Constructor.
Top
Properties
  NameDescription
Public propertyAttributes (Inherited from Entity.)
Public propertybusiness_unit_goalrollupquery
N:1 business_unit_goalrollupquery
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 propertyEntityState (Inherited from Entity.)
Public propertyExtensionData (Inherited from Entity.)
Public propertyFetchXml
String that specifies the condition criteria in FetchXML.
Public propertyFormattedValues (Inherited from Entity.)
Public propertygoal_rollupquery_actualdecimal
1:N goal_rollupquery_actualdecimal
Public propertygoal_rollupquery_actualmoney
1:N goal_rollupquery_actualmoney
Public propertygoal_rollupquery_customdecimal
1:N goal_rollupquery_customdecimal
Public propertygoal_rollupquery_customint
1:N goal_rollupquery_customint
Public propertygoal_rollupquery_custommoney
1:N goal_rollupquery_custommoney
Public propertygoal_rollupquery_inprogressdecimal
1:N goal_rollupquery_inprogressdecimal
Public propertygoal_rollupquery_inprogressint
1:N goal_rollupquery_inprogressint
Public propertygoal_rollupquery_inprogressmoney
1:N goal_rollupquery_inprogressmoney
Public propertygoalrollupquery_actualint
1:N goalrollupquery_actualint
Public propertygoalrollupquery_AsyncOperations
1:N goalrollupquery_AsyncOperations
Public propertygoalrollupquery_ProcessSessions
1:N goalrollupquery_ProcessSessions
Public propertyGoalRollupQueryId
Unique identifier of the rollup query.
Public propertyId (Overrides Entity.Id.)
Public propertyImportSequenceNumber
Sequence number of the import that created this record.
Public propertyItem (Inherited from Entity.)
Public propertylk_goalrollupquery_createdby
N:1 lk_goalrollupquery_createdby
Public propertylk_goalrollupquery_createdonbehalfby
N:1 lk_goalrollupquery_createdonbehalfby
Public propertylk_goalrollupquery_modifiedby
N:1 lk_goalrollupquery_modifiedby
Public propertylk_goalrollupquery_modifiedonbehalfby
N:1 lk_goalrollupquery_modifiedonbehalfby
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 descriptive name for the goal rollup query.
Public propertyOverriddenCreatedOn
Date and time that the record was migrated.
Public propertyOwnerId
Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.
Public propertyOwningBusinessUnit
Unique identifier of the business unit that owns the record.
Public propertyOwningTeam
Unique identifier of the team who owns the record.
Public propertyOwningUser
Unique identifier of the user who owns the record.
Public propertyQueryEntityType
Enter the record type of the rollup query.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertyStateCode
Shows whether the goal rollup query is active or inactive.
Public propertyStatusCode
Select the goal rollup query's status.
Public propertyteam_goalrollupquery
N:1 team_goalrollupquery
Public propertyTimeZoneRuleVersionNumber
For internal use only.
Public propertyuserentityinstancedata_goalrollupquery
1:N userentityinstancedata_goalrollupquery
Public propertyUTCConversionTimeZoneCode
Time zone code that was in use when the record was created.
Public propertyVersionNumber
Version number of the goal rollup query.
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