Read only list of head offices.
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
[SerializableAttribute] public class HeadOfficeList : ReadOnlyCollectionBase
<SerializableAttribute> _ Public Class HeadOfficeList _ Inherits ReadOnlyCollectionBase
Dim instance As HeadOfficeList
[SerializableAttribute] public ref class HeadOfficeList : public ReadOnlyCollectionBase
/** @attribute SerializableAttribute */ public class HeadOfficeList extends ReadOnlyCollectionBase
public class HeadOfficeList extends ReadOnlyCollectionBase
GZTW.AyaNova.BLL.HeadOfficeList = function(); Type.createClass( 'GZTW.AyaNova.BLL.HeadOfficeList', CSLA.ReadOnlyCollectionBase);
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| HeadOfficeList()()() | ||
| ActivelySorting()()() | (Inherited from SortableCollectionBase.) | |
| AllowEdit()()() | (Inherited from BindableCollectionBase.) | |
| AllowFind()()() | (Inherited from BindableCollectionBase.) | |
| AllowNew()()() | (Inherited from BindableCollectionBase.) | |
| AllowRemove()()() | (Inherited from BindableCollectionBase.) | |
| AllowSort()()() | (Inherited from BindableCollectionBase.) | |
| BaseObjectType |
Base object that this list is reporting on
used by shared UI editor to instantiate new objects
when user selects new in UI elements that display this list
(I.E. when user clicks on new in a read only list grid, this is the object type created)
| |
| 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 ReadOnlyCollectionBase.) | |
| Contains(HeadOfficeList..::.HeadOfficeListInfo) |
Check if item in collection
| |
| Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) | |
| CurrentUserID()()() | (Inherited from ReadOnlyCollectionBase.) | |
| DataPortal_Fetch(Object) | (Overrides ReadOnlyCollectionBase.DataPortal_Fetch(Object).) | |
| Deserialized()()() | (Inherited from ReadOnlyCollectionBase.) | |
| DetailedReportKey |
Returns the Detailed report key
which is used to determine which reports and objects
will be used for detailed reports
If empty string then indicates there is no detailed report object or reports
| |
| 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.) | |
| GetEmptyList()()() |
Return an empty list
used for initializing grid
| |
| 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.) | |
| GetListByCriteria(String) |
Takes an xml column list and where criteria
and returns a list filtered and sorted accordingly
| |
| GetListForSingleItem(Guid) |
Takes a single ID and returns a "list" of one object
| |
| GetListFromIDList(List<(Of <(Guid>)>)) |
Get list by items indicated in IDList
| |
| GetRight(String) | (Inherited from ReadOnlyCollectionBase.) | |
| 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.) | |
| IDField |
Field that contains the ID of the objects
that are the basis of this list.
Used for compiling an ID list for reporting from user
selections in a grid.
| |
| IDFieldDetailed |
Same as IDField but for detailed reports
| |
| InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
| Item[([(Int32])]) |
Get item by index
| |
| Item[([(Guid])]) |
Returns display text that matches passed in itemid value
| |
| List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
| ListChanged()()() | (Inherited from BindableCollectionBase.) | |
| ListRecordType |
The Type of the struct used to store list records
Used to fetch the custom display attributes of the fields
contained within the record to modify the grid display accordingly
DisplayAttribute | |
| LocaleKey |
Locale key so that generic list editor
UI code knows what title to give the list in a
grid
| |
| Locked()()() | (Inherited from ReadOnlyCollectionBase.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAddNew()()() | (Inherited from BindableCollectionBase.) | |
| OnClear()()() | (Inherited from ReadOnlyCollectionBase.) | |
| OnClearComplete()()() | (Inherited from SortableCollectionBase.) | |
| OnInsert(Int32, Object) | (Inherited from ReadOnlyCollectionBase.) | |
| OnInsertComplete(Int32, Object) | (Inherited from SortableCollectionBase.) | |
| OnListChanged(ListChangedEventArgs) | (Inherited from BindableCollectionBase.) | |
| OnRemove(Int32, Object) | (Inherited from ReadOnlyCollectionBase.) | |
| OnRemoveComplete(Int32, Object) | (Inherited from SortableCollectionBase.) | |
| OnSet(Int32, Object, Object) | (Inherited from ReadOnlyCollectionBase.) | |
| OnSetComplete(Int32, Object, Object) | (Inherited from BindableCollectionBase.) | |
| OnValidate(Object) | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) | |
| RemoveAt(Int32) | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) | |
| ReportKey |
Returns the report key which is a property of
reports used to link all reports that can be used
with a particular data source.
| |
| Serialized()()() | (Inherited from ReadOnlyCollectionBase.) | |
| Serializing()()() | (Inherited from ReadOnlyCollectionBase.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |||||
| CollectionBase | |||||
| BindableCollectionBase | |||||
| SortableCollectionBase | |||||
| ReadOnlyCollectionBase | |||||
| HeadOfficeList | |||||