AyaNova business object library 4.0.1
ContactTitles Class
NamespacesGZTW.AyaNova.BLLContactTitles
DEPRECATED v4.0
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
[SerializableAttribute]
public class ContactTitles : BusinessCollectionBase
<SerializableAttribute> _
Public Class ContactTitles _
	Inherits BusinessCollectionBase
Dim instance As ContactTitles
[SerializableAttribute]
public ref class ContactTitles : public BusinessCollectionBase
/** @attribute SerializableAttribute */ 
public class ContactTitles extends BusinessCollectionBase
public class ContactTitles extends BusinessCollectionBase
GZTW.AyaNova.BLL.ContactTitles = function();

Type.createClass(
	'GZTW.AyaNova.BLL.ContactTitles',
	CSLA.BusinessCollectionBase);
Members
All MembersMethodsPropertiesFieldsEvents



IconMemberDescription
ActivelySorting()()() (Inherited from SortableCollectionBase.)
Add()()()
Add a new ContactTitle to the collection

Add(ContactTitle)
Add ContactTitle by passing it in

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(ContactTitle)
Check if item in collection

Contains(BusinessBase) (Inherited from BusinessCollectionBase.)
ContainsDeleted(ContactTitle)
Check if item in deleted collection

ContainsDeleted(BusinessBase) (Inherited from BusinessCollectionBase.)
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)
Fetch children
(Overrides BusinessCollectionBase.DataPortal_Fetch(Object).)
DataPortal_Update()()()
Editable Root Collection Update
(Overrides BusinessCollectionBase.DataPortal_Update()()().)
deletedList()()() (Inherited from BusinessCollectionBase.)
Deserialized()()() (Inherited from BusinessCollectionBase.)
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
GetEnumerator()()()
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetItems()()()
Get item collection

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 ContactTitle by index

List
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.)
ListChanged()()() (Inherited from BindableCollectionBase.)
LocaleKey
Locale key so that generic list editor UI code knows what title to give the list in a grid

MarkAsChild()()() (Inherited from BusinessCollectionBase.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnAddNew()()() (Overrides BindableCollectionBase.OnAddNew()()().)
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(ContactTitle)
Remove ContactTitle by passing it in

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.)
TitleFromID(Guid)
Retrieve ContactTitle by ID

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
CollectionBase
 BindableCollectionBase
  SortableCollectionBase
   BusinessCollectionBase
    ContactTitles

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)