Click or drag to resize
UniqueConstraint Properties

The UniqueConstraint type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets whether you can update items in the list.
(Inherited from CommandifiedList<T>.)
Public propertyAllowNew (Inherited from CommandifiedList<T>.)
Public propertyAllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from CommandifiedList<T>.)
Public propertyCount (Inherited from Collection<IFieldElementCore>.)
Protected propertyDeserializing (Inherited from FieldElementCoreList<TField>.)
Public propertyError
Gets an error message indicating what is wrong with this object.
Public propertyFieldsAsString
Gets the fields as string, which means it returns a comma delimited list with all the field names in this UC.
(Inherited from FieldElementCoreList<TField>.)
Public propertyIsSorted
Gets whether the items in the list are sorted.
(Inherited from CommandifiedList<T>.)
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyItem[Int32]
Gets or sets the element at the specified index.
(Inherited from Collection<IFieldElementCore>.)
Public propertyItem[String]
Gets the String with the specified column name.
Protected propertyItems (Inherited from Collection<IFieldElementCore>.)
Public propertyName
Gets or sets the name of the unique constraint.
Public propertySortDirection
Gets the direction of the sort.
(Inherited from CommandifiedList<T>.)
Public propertySortProperty
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from CommandifiedList<T>.)
Public propertySupportsChangeNotification
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from CommandifiedList<T>.)
Public propertySupportsSearching
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from CommandifiedList<T>.)
Public propertySupportsSorting
Gets whether the list supports sorting.
(Inherited from CommandifiedList<T>.)
Public propertySuppressEvents
Gets or sets a value indicating whether events are blocked from being raised (true) or not (false, default)
(Inherited from CommandifiedList<T>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIList.IsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from Collection<IFieldElementCore>.)
Explicit interface implementationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<IFieldElementCore>.)
Explicit interface implementationPrivate propertyIList.IsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from Collection<IFieldElementCore>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from Collection<IFieldElementCore>.)
Explicit interface implementationPrivate propertyIList.Item
Gets or sets the element at the specified index.
(Inherited from Collection<IFieldElementCore>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from Collection<IFieldElementCore>.)
Top
See Also