StepCollection Methods

The StepCollection type exposes the following members.

  NameDescription
Public method Add (Inherited from Collection<StepElement>.)
Protected method BlockReentrancy (Inherited from ObservableCollection<StepElement>.)
Protected method CheckReentrancy (Inherited from ObservableCollection<StepElement>.)
Public method Clear (Inherited from Collection<StepElement>.)
Protected method ClearItems (Inherited from ObservableCollection<StepElement>.)
Public method Clone Initializes a new instance of the StepCollection class based on this instance.
Public method Contains (Inherited from Collection<StepElement>.)
Public method CopyTo (Inherited from Collection<StepElement>.)
Public method Static member Create Initializes a new instance of the StepCollection class.
Public method Equals Determines whether the specified StepCollection instance is equal to the current StepCollection instance. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<StepElement>.)
Public method GetHashCode Retrieves a value that indicates the hash code value for the StepCollection instance. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<StepElement>.)
Public method Insert (Inherited from Collection<StepElement>.)
Protected method InsertItem (Inherited from ObservableDesignElementCollection<T>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move (Inherited from ObservableCollection<StepElement>.)
Protected method MoveItem (Inherited from ObservableCollection<StepElement>.)
Protected method OnCollectionChanged (Inherited from ObservableCollection<StepElement>.)
Public method OnPropertyChanged Overloaded.
Public method OnPropertyStateChanged Invoked when the property state on an element has been changed. (Inherited from ObservableModelElementCollection<T>.)
Public method Remove (Inherited from Collection<StepElement>.)
Public method RemoveAt (Inherited from Collection<StepElement>.)
Protected method RemoveItem (Inherited from ObservableCollection<StepElement>.)
Protected method SetItem (Inherited from ObservableDesignElementCollection<T>.)
Protected method SetParent Sets the parent property of the current ModelElement instance. (Inherited from ObservableModelElementCollection<T>.)
Protected method SetParentProperty (Inherited from ObservableModelElementCollection<T>.)
Public method ToString (Inherited from Object.)
Public method Validate Validates the property value on an element.
Top

  NameDescription
Explicit interface implemetation Private method IList.Add (Inherited from Collection<StepElement>.)
Explicit interface implemetation Private method IList.Contains (Inherited from Collection<StepElement>.)
Explicit interface implemetation Private method ICollection.CopyTo (Inherited from Collection<StepElement>.)
Explicit interface implemetation Private method IEnumerable.GetEnumerator (Inherited from Collection<StepElement>.)
Explicit interface implemetation Private method IList.IndexOf (Inherited from Collection<StepElement>.)
Explicit interface implemetation Private method IList.Insert (Inherited from Collection<StepElement>.)
Explicit interface implemetation Private method IList.Remove (Inherited from Collection<StepElement>.)
Top

Community Additions

ADD
Show: