| UniqueConstraint Properties |
The UniqueConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowEdit |
Gets whether you can update items in the list.
(Inherited from CommandifiedListT.) | |
| AllowNew |
Gets whether you can add items to the list using AddNew.
(Inherited from CommandifiedListT.) | |
| AllowRemove |
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from CommandifiedListT.) | |
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionIFieldElementCore.) | |
| Deserializing |
Gets or sets a value indicating whether this FieldElementCoreListTField is deserializing.
(Inherited from FieldElementCoreListTField.) | |
| Error |
Gets an error message indicating what is wrong with this object.
| |
| FieldsAsString |
Gets the fields as string, which means it returns a comma delimited list with all the field names in this UC.
(Inherited from FieldElementCoreListTField.) | |
| IsSorted |
Gets whether the items in the list are sorted.
(Inherited from CommandifiedListT.) | |
| IsValid |
Gets a value indicating whether this instance is valid.
| |
| ItemInt32 | Gets or sets the element at the specified index. (Inherited from CollectionIFieldElementCore.) | |
| ItemString |
Gets the String with the specified column name.
| |
| Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionIFieldElementCore.) | |
| Name |
Gets or sets the name of the unique constraint.
| |
| SortDirection |
Gets the direction of the sort.
(Inherited from CommandifiedListT.) | |
| SortProperty |
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from CommandifiedListT.) | |
| SupportsChangeNotification |
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from CommandifiedListT.) | |
| SupportsSearching |
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from CommandifiedListT.) | |
| SupportsSorting |
Gets whether the list supports sorting.
(Inherited from CommandifiedListT.) | |
| SuppressEvents |
Gets or sets a value indicating whether events are blocked from being raised (true) or not (false, default)
(Inherited from CommandifiedListT.) |
| Name | Description | |
|---|---|---|
| IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionIFieldElementCore.) | |
| ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionIFieldElementCore.) | |
| IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from CollectionIFieldElementCore.) | |
| ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionIFieldElementCore.) | |
| IListItem | Gets or sets the element at the specified index. (Inherited from CollectionIFieldElementCore.) | |
| ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionIFieldElementCore.) |