Click or drag to resize
ManageEmployeesPositionGroup Class

[Missing <summary> documentation for "T:foodez.ManagerPages.ManageEmployees.PositionGroup"]

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionEmployee
    System.Collections.ObjectModelObservableCollectionEmployee
      foodez.ManagerPagesManageEmployeesPositionGroup

Namespace: foodez.ManagerPages
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PositionGroup : ObservableCollection<Employee>

The ManageEmployeesPositionGroup type exposes the following members.

Constructors
  NameDescription
Public methodManageEmployeesPositionGroup
Initializes a new instance of the ManageEmployeesPositionGroup class
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionEmployee.)
Protected methodBlockReentrancy
Disallows reentrant attempts to change this collection.
(Inherited from ObservableCollectionEmployee.)
Protected methodCheckReentrancy
Checks for reentrant attempts to change this collection.
(Inherited from ObservableCollectionEmployee.)
Public methodClear (Inherited from CollectionEmployee.)
Protected methodClearItems
Removes all items from the collection.
(Inherited from ObservableCollectionEmployee.)
Public methodContains (Inherited from CollectionEmployee.)
Public methodCopyTo (Inherited from CollectionEmployee.)
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 (Inherited from CollectionEmployee.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionEmployee.)
Public methodInsert (Inherited from CollectionEmployee.)
Protected methodInsertItem
Inserts an item into the collection at the specified index.
(Inherited from ObservableCollectionEmployee.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionEmployee.)
Protected methodMoveItem
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionEmployee.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event with the provided arguments.
(Inherited from ObservableCollectionEmployee.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollectionEmployee.)
Public methodRemove (Inherited from CollectionEmployee.)
Public methodRemoveAt (Inherited from CollectionEmployee.)
Protected methodRemoveItem
Removes the item at the specified index of the collection.
(Inherited from ObservableCollectionEmployee.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from ObservableCollectionEmployee.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionEmployee.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionEmployee.)
Protected propertyItems (Inherited from CollectionEmployee.)
Public propertyPosition
Top
Events
  NameDescription
Public eventCollectionChanged
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
(Inherited from ObservableCollectionEmployee.)
Protected eventPropertyChanged
Occurs when a property value changes.
(Inherited from ObservableCollectionEmployee.)
Top
See Also