Class
ConnectorCollection

An custom observable collection of connectors.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class ConnectorCollection : ObservableCollection<IConnector>, IList<IConnector>, ICollection<IConnector>, IList, ICollection, IReadOnlyList<IConnector>, IReadOnlyCollection<IConnector>, IEnumerable<IConnector>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<IConnector>ObservableCollection<IConnector>ConnectorCollection

Implements: ICollectionICollection<IConnector>IEnumerableIEnumerable<IConnector>IListIList<IConnector>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<IConnector>IReadOnlyList<IConnector>

Inherited Members ObservableCollection<IConnector>.Move(int, int)ObservableCollection<IConnector>.ClearItems()ObservableCollection<IConnector>.RemoveItem(int)ObservableCollection<IConnector>.InsertItem(int, IConnector)ObservableCollection<IConnector>.SetItem(int, IConnector)ObservableCollection<IConnector>.MoveItem(int, int)ObservableCollection<IConnector>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<IConnector>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<IConnector>.BlockReentrancy()ObservableCollection<IConnector>.CheckReentrancy()ObservableCollection<IConnector>.CollectionChangedObservableCollection<IConnector>.PropertyChangedCollection<IConnector>.Add(IConnector)Collection<IConnector>.Clear()Collection<IConnector>.CopyTo(IConnector[], int)Collection<IConnector>.Contains(IConnector)Collection<IConnector>.GetEnumerator()Collection<IConnector>.IndexOf(IConnector)Collection<IConnector>.Insert(int, IConnector)Collection<IConnector>.Remove(IConnector)Collection<IConnector>.RemoveAt(int)Collection<IConnector>.CountCollection<IConnector>.ItemsCollection<IConnector>.this[int]

Constructors

ConnectorCollection()

Declaration

cs-api-definition
public ConnectorCollection()

Properties

this[string]

Gets the IConnector with at specified position.

Declaration

cs-api-definition
public IConnector this[string name] { get; }

Parameters

name

string

Property Value

IConnector

Methods

Contains(string)

Determines whether the collection contains a connector with the specified name.

Declaration

cs-api-definition
public bool Contains(string name)

Parameters

name

string

The name of a connector.

Returns

bool

true if it's contained in the collection; otherwise, false.