Skip to main content

ASPxResourceCustomFieldMappingCollection Methods

Represents a collection of mappings of the custom properties of resources to appropriate data fields.
Name Description
Add(T) Adds the specified object to the collection. Inherited from DXCollectionBase<T>.
Add(ASPxResourceCustomFieldMapping) Appends the specified ASPxResourceCustomFieldMapping object to the collection of custom fields mappings.
Add(CustomFieldMappingBase<T>) Adds the specified object to the current collection. Inherited from CustomFieldMappingCollectionBase<T>.
Add(ResourceCustomFieldMapping) Appends the specified ResourceCustomFieldMapping object to the storage’s collection of custom fields mappings. Inherited from ResourceCustomFieldMappingCollection.
Add(String, String, FieldValueType) Inherited from ResourceCustomFieldMappingCollection.
Add(String, String) Inherited from ResourceCustomFieldMappingCollection.
AddRange(ICollection) Adds a collection of objects to the end of the current collection. Inherited from NotificationCollection<T>.
BeginUpdate() Locks the NotificationCollection<T>, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. Inherited from NotificationCollection<T>.
CancelUpdate() Unlocks the NotificationCollection<T> object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from NotificationCollection<T>.
CheckMappings(IEnumerable<String>) Determines whether the mappings specified by their names are set in the current collection. Inherited from MappingCollection.
Clear() Removes all objects from the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>.
Contains(T) Determines whether the collection contains the specified item. Inherited from DXCollectionBase<T>.
CopyTo(T[], Int32) Copies all the elements from the DXCollectionBase<T> instance to a one-dimensional array, starting at the specified index of the target array. Inherited from DXCollectionBase<T>.
EndUpdate() Unlocks the NotificationCollection<T> object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from NotificationCollection<T>.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FillDataObject(Object, IPersistentObject) This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from MappingCollection.
FillPersistentObject(IPersistentObject, DataController, Int32) This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from MappingCollection.
FillPersistentObject(IPersistentObject, Object) This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from MappingCollection.
Find(Predicate<T>) Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollectionBase<T>. Inherited from DXCollectionBase<T>.
ForEach(Action<T>) Performs the specified action on each element of the DXCollectionBase<T>. Inherited from DXCollectionBase<T>.
GetEnumerator() Returns an enumerator that iterates through the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(T) Returns the zero-based index of the specified element in the collection. Inherited from DXCollectionBase<T>.
Insert(Int32, T) Inserts the specified element into the collection at the specified position. Inherited from DXCollectionBase<T>.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(T) Removes the specified element from the collection. Inherited from DXCollectionBase<T>.
RemoveAt(Int32) Removes the element at the specified index of the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>.
Sort(IComparer<T>) Sorts the elements in the entire DXCollectionBase<T> using the specified comparer. Inherited from DXCollectionBase<T>.
ToArray() Copies the DXCollectionBase<T> elements to a new array. Inherited from DXCollectionBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also