The PrivacyList type exposes the following members.

Constructors

  NameDescription
Public methodPrivacyList
Initializes a new instance of the PrivacyList class.

Methods

  NameDescription
Public methodAdd(PrivacyRule)
Adds the specified privacy rule to the privacy list.
Public methodAdd(PrivacyRule, Boolean)
Adds the specified privacy rule to the privacy list.
Public methodClear
Removes all rules from the privacy list.
Public methodContains
Determines whether the privacy list contains the specified privacy rule.
Public methodCopyTo
Copies the elements of the privacy list to the specified array, starting at the specified index.
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 methodGetEnumerator
Returns an enumerator that iterates through the privacy list.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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.)
Public methodRemove
Removes the specified privacy rule from the privacy list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the privacy list.
Public propertyIsReadOnly
Gets a value indicating whether the privacy list is read-only.
Public propertyName
The name of the privacy list.

See Also