The UserTrackerRightsSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserTrackerRightsSettings |
Initializes a new instance of the UserTrackerRightsSettings class for
the current session user.
|
Methods
Name | Description | |
---|---|---|
ChangeWatchedAttributes |
Changes what attributes of the UserSettings are being watch.
(Inherited from UserSettings.) | |
ChangeWatchedAttributesAsync |
Asynchronously changes what attributes of the UserSettings are being watch.
(Inherited from UserSettings.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetAttributeAsBool |
Gets boolean value for the named attribute. A trueTruetruetrue (True in Visual Basic) boolean attribute has a string value.
of "Yes".
(Inherited from UserSettings.) | |
GetAttributeAsString |
Gets the values for the named attribute.
(Inherited from UserSettings.) | |
GetAttributeAsStrings |
Gets the string values for the named attribute.
(Inherited from UserSettings.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsWatching()()()() |
Determines whether a watch is active.
(Inherited from UserSettings.) | |
IsWatching(String) |
Determines whether a watch is active and if the specified value is being watched.
(Inherited from UserSettings.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetAttributeFromBool |
Sets attribute value and propagates the changes.
(Inherited from UserSettings.) | |
SetAttributeFromBoolAsync |
Asynchronously sets attribute value and propagates the changes.
(Inherited from UserSettings.) | |
SetAttributeFromString |
Sets the attribute value and propagates the changes.
(Inherited from UserSettings.) | |
SetAttributeFromStringAsync |
Asynchronously sets the attribute value and propagates the changes.
(Inherited from UserSettings.) | |
SetAttributeFromStrings |
Sets attribute value based on strings and propagates the changes.
(Inherited from UserSettings.) | |
SetAttributeFromStringsAsync |
Asynchronously sets attribute value based on strings and propagates the changes.
(Inherited from UserSettings.) | |
StartWatching |
Starts watching the specified attributeNames for these UserSettings.
(Inherited from UserSettings.) | |
StartWatchingAsync |
Asynchronously starts watching the specified attributeNames for these UserSettings.
(Inherited from UserSettings.) | |
StopWatching |
Stops watching user settings.
(Inherited from UserSettings.) | |
StopWatchingAsync |
Asynchronously stops watching user settings.
(Inherited from UserSettings.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CanAddIndividuals |
Gets the CanAddIndividuals value.
| |
CanAddOrganizations |
Gets the CanAddOrganizations value.
| |
CanAddPrivateIndividuals |
Gets the CanAddPrivateIndividuals value.
| |
CanDeleteIndividuals |
Gets the CanDeleteIndividuals value.
| |
CanDeleteOrganizations |
Gets the CanDeleteOrganizations value.
| |
CanPerformTrackerAdministration |
Gets the CanPerformTrackerAdministration value.
| |
CanUpdateIndividuals |
Gets the CanUpdateIndividuals value.
| |
CanUpdateInteractions |
Gets the CanUpdateInteractions value.
| |
CanUpdateOrganizations |
Gets the CanUpdateOrganizations value.
| |
CanUseRelatedInteractionsPage |
Gets a value indicating whether this instance can use the related interactions page.
| |
CanViewNonParticipantInteractions |
Gets the CanViewNonParticipantInteractions value.
| |
ViewUserInteractionHistory |
Gets a value indicating which users' interaction history the user has permission to view.
|
Events
Name | Description | |
---|---|---|
WatchedAttributesChanged |
Occurs when one of the watched attribute values has been changed.
(Inherited from UserSettings.) |