Integration rates collection
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
[SerializableAttribute] public class IntegrationMaps : BusinessCollectionBase
<SerializableAttribute> _ Public Class IntegrationMaps _ Inherits BusinessCollectionBase
Dim instance As IntegrationMaps
[SerializableAttribute] public ref class IntegrationMaps : public BusinessCollectionBase
/** @attribute SerializableAttribute */ public class IntegrationMaps extends BusinessCollectionBase
public class IntegrationMaps extends BusinessCollectionBase
GZTW.AyaNova.BLL.IntegrationMaps = function(); Type.createClass( 'GZTW.AyaNova.BLL.IntegrationMaps', CSLA.BusinessCollectionBase);
| All Members | Methods | Properties | Fields | Events | |
| Icon | Member | Description |
|---|---|---|
| ActivelySorting()()() | (Inherited from SortableCollectionBase.) | |
| Add(Integration) |
Add a new IntegrationMap to the collection
| |
| AllowEdit()()() | (Inherited from BindableCollectionBase.) | |
| AllowFind()()() | (Inherited from BindableCollectionBase.) | |
| AllowNew()()() | (Inherited from BindableCollectionBase.) | |
| AllowRemove()()() | (Inherited from BindableCollectionBase.) | |
| AllowSort()()() | (Inherited from BindableCollectionBase.) | |
| ApplyEdit()()() | (Inherited from BusinessCollectionBase.) | |
| BeginEdit()()() | (Inherited from BusinessCollectionBase.) | |
| CancelEdit()()() | (Inherited from BusinessCollectionBase.) | |
| Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) | |
| Clear()()() | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) | |
| Clone()()() | (Inherited from BusinessCollectionBase.) | |
| Contains(Guid) |
Check if item in collection by Guid of
AyaNova RootObject ID
| |
| Contains(String, RootObjectTypes) |
Check if item in collection by foreignID value
and object type.
(object type is necessary because in many cases there are duplicate foriegn id values
for example a 3rd party program that uses serial integers to identify it's objects
and re-uses the integer for different object types)
| |
| Contains(BusinessBase) | (Inherited from BusinessCollectionBase.) | |
| ContainsDeleted(BusinessBase) | (Inherited from BusinessCollectionBase.) | |
| ContainsType(RootObjectTypes) |
Check if item in collection by AyaNova type
| |
| Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) | |
| CurrentUserID()()() | (Inherited from BusinessCollectionBase.) | |
| DataPortal_Create(Object) | (Inherited from BusinessCollectionBase.) | |
| DataPortal_Delete(Object) | (Inherited from BusinessCollectionBase.) | |
| DataPortal_Fetch(Object) | (Inherited from BusinessCollectionBase.) | |
| DataPortal_Update()()() | (Inherited from BusinessCollectionBase.) | |
| deletedList()()() | (Inherited from BusinessCollectionBase.) | |
| Deserialized()()() | (Inherited from BusinessCollectionBase.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBrokenRules()()() | ||
| GetEnumerator()()() | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) | |
| GetForeignID(Guid) |
Fetch just the ForeignID string
based on the AyaNova RootObject ID
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRight(String) | (Inherited from BusinessCollectionBase.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IBindingList_ApplySort(PropertyDescriptor, ListSortDirection) | (Inherited from SortableCollectionBase.) | |
| IBindingList_Find(PropertyDescriptor, Object) | (Inherited from SortableCollectionBase.) | |
| IBindingList_IsSorted()()() | (Inherited from SortableCollectionBase.) | |
| IBindingList_RemoveSort()()() | (Inherited from SortableCollectionBase.) | |
| IBindingList_SortDirection()()() | (Inherited from SortableCollectionBase.) | |
| IBindingList_SortProperty()()() | (Inherited from SortableCollectionBase.) | |
| InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
| IsChild()()() | (Inherited from BusinessCollectionBase.) | |
| IsDirty()()() | (Inherited from BusinessCollectionBase.) | |
| IsSavable()()() | (Inherited from BusinessCollectionBase.) | |
| IsValid()()() | (Inherited from BusinessCollectionBase.) | |
| Item[([(Int32])]) |
Retrieve IntegrationMap by index
| |
| Item[([(String, RootObjectTypes])]) |
Retrieve IntegrationMap by string containing ForeignID value
Note: if you have more than one IntegrationMap with the same ForeignID
this will return the first one found
It is not a good idea to have more than one foreign ID with
the same value if possible.
| |
| Item[([(Guid])]) |
Retrieve IntegrationMap by AyaNova RootObject ID and type
Note: Since AyaNova ID's are always unique this will
return the correct item without need for the type
| |
| List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
| ListChanged()()() | (Inherited from BindableCollectionBase.) | |
| MarkAsChild()()() | (Inherited from BusinessCollectionBase.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAddNew()()() | (Inherited from BindableCollectionBase.) | |
| OnClear()()() | (Inherited from BusinessCollectionBase.) | |
| OnClearComplete()()() | (Inherited from SortableCollectionBase.) | |
| OnInsert(Int32, Object) | (Inherited from BusinessCollectionBase.) | |
| OnInsertComplete(Int32, Object) | (Inherited from SortableCollectionBase.) | |
| OnListChanged(ListChangedEventArgs) | (Inherited from BindableCollectionBase.) | |
| OnRemove(Int32, Object) | (Inherited from BusinessCollectionBase.) | |
| OnRemoveComplete(Int32, Object) | (Inherited from SortableCollectionBase.) | |
| OnSet(Int32, Object, Object) | Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnSetComplete(Int32, Object, Object) | (Inherited from BindableCollectionBase.) | |
| OnValidate(Object) | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) | |
| Remove(IntegrationMap) |
Remove IntegrationMap by passing it in
| |
| Remove(String) |
Remove IntegrationMap by string of internal ID value
| |
| Remove(Guid) |
Remove by Guid value of ID
| |
| RemoveAt(Int32) | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) | |
| Save()()() | (Inherited from BusinessCollectionBase.) | |
| Serialized()()() | (Inherited from BusinessCollectionBase.) | |
| Serializing()()() | (Inherited from BusinessCollectionBase.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |||||
| CollectionBase | |||||
| BindableCollectionBase | |||||
| SortableCollectionBase | |||||
| BusinessCollectionBase | |||||
| IntegrationMaps | |||||