The EditableAlertSet type exposes the following members.

Constructors

  NameDescription
Public methodEditableAlertSet()()()()
Initializes a new instance of the EditableAlertSet class.
Public methodEditableAlertSet(EditableAlertSetUpdateOperation, AlertSet)
Initializes a new instance of the EditableAlertSet class for an update operation.

Methods

  NameDescription
Public methodAddAlertDefinition
Adds the alert definition.
Public methodAddAlertSetSubscriber
Adds the alert set subscriber.
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from AlertSet.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(AlertSet)
Compares this instance to the specified other.
(Inherited from AlertSet.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from AlertSet.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSubscribedBy
Determines if a AlertSetSubscriberType is subscribed to this AlertSet.
(Inherited from AlertSet.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAlertDefinition
Removes the alert definition.
Public methodRemoveAlertSetSubscriber
Removes the alert set subscriber.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccessMode
Gets or sets the access mode.
Public propertyAlertDefinitions
Gets the alerts.
(Inherited from AlertSet.)
Protected propertyAlertMap
Gets the alert map.
(Inherited from AlertSet.)
Public propertyAlertSetSubscribers
Gets the subscribers for this AlertSet.
(Inherited from AlertSet.)
Public propertyCreated
Gets or sets the Date and time the alert set was created.
Public propertyDescription
Gets or sets the description.
Public propertyDisplayString
Gets or sets the display string.
Public propertyId
Gets the ID.
(Inherited from AlertSet.)
Public propertyModified
Gets or sets the Date and time the alert set was modified.
Public propertyModifiedBy
Gets or sets the name of the user who last modified this AlertSet.
Public propertyOwner
Gets or sets the owner.
Public propertyOwnerDisplayName
Gets or sets the owner display name.
Public propertySubscribedByOther
Gets a value indicating whether the AlertSet is subscribed to by users other than the current user.
(Inherited from AlertSet.)
Public propertySubscribedByOwner
Gets whether or not this AlertSet is subscribed to by the Owner.
(Inherited from AlertSet.)
Public propertySubscribedByUser
Gets a value indicating whether the AlertSet is subscribed to by the current user.
(Inherited from AlertSet.)
Public propertyUpdateOperation
Gets the update operation.

See Also