The properties of the PropertyCollection class are listed below. For a complete list of PropertyCollection class members, see the PropertyCollection Members topic.
Count (inherited from CollectionBase) | Gets the number of elements contained in the CollectionBase instance. |
IsClearAllowed (inherited from ChangeableCollectionBase) | Gets a flag indicating whether the Clear method is currently allowed. |
IsInsertAllowed (inherited from ChangeableCollectionBase) | Gets a flag indicating whether an Insert (or Add) operation is currently allowed. |
IsRemoveAllowed (inherited from ChangeableCollectionBase) | Gets a flag indicating whether a Remove operation (or the RemoveAt method call) is currently allowed. |
IsSetAllowed (inherited from ChangeableCollectionBase) | Gets a flag indicating whether a Set operation is currently allowed. |
Item | Overloaded. Gets the property with the given Id. |
Policy (inherited from ObjectCollectionBase) | Returns the AuthorizationPolicy with which this instance is associated. |
InnerList (inherited from CollectionBase) | Gets an ArrayList containing the list of elements in the CollectionBase instance. |
List (inherited from CollectionBase) | Gets an IList containing the list of elements in the CollectionBase instance. |
PendingCollectionChangeEventArgs (inherited from ObjectCollectionBase) | This member supports the Constable Authorization Engine (CAZE) infrastructure and is not intended to be used directly from your code. |
Updater (inherited from ChangeableCollectionBase) | Sets or returns the associated ICollectionUpdater object. |
PropertyCollection Class | LaMarvin.Constable.Model Namespace