[SerializableAttribute]
public class LookupsJA : MFJsonCollectionAdaptor<Lookups, LookupJA, Lookup>
LookupsJA | Simple constructor. |
LookupsJA(Lookups) | Constructor that initializes itself with an existing api object. |
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionLookupJA) |
Item | Gets or sets the element at the specified index. (Inherited from CollectionLookupJA) |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionLookupJA) |
Add | Adds an object to the end of the CollectionT. (Inherited from CollectionLookupJA) |
Clear | Removes all elements from the CollectionT. (Inherited from CollectionLookupJA) |
ClearItems | Removes all elements from the CollectionT. (Inherited from CollectionLookupJA) |
Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionLookupJA) |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionLookupJA) |
GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionLookupJA) |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionLookupJA) |
Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionLookupJA) |
InsertItem | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionLookupJA) |
LoadApiObject |
(Re-)Initializes this adaptor object to be the equivalent of the passed API object.
(Overrides MFJsonCollectionAdaptorT, IT, TILoadApiObject(T)) |
Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionLookupJA) |
RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionLookupJA) |
RemoveItem | Removes the element at the specified index of the CollectionT. (Inherited from CollectionLookupJA) |
SetItem | Replaces the element at the specified index. (Inherited from CollectionLookupJA) |
ToApiObject(Vault) |
Converts this JsonCompatible object to an equivalent API object.
(Overrides MFJsonCollectionAdaptorT, IT, TIToApiObject(Vault)) |
ToApiObject(Vault, Boolean) | Converts this JsonCompatible object to an equivalent API object. |
ToJson |
Serialize the object to a json string.
(Inherited from MFJsonCollectionAdaptorT, IT, TI) |
TryAdapt | Attempts to convert a value into a json adapted lookups. |
Validate |
Performs validation checks on the object and sub-objects and returns
any findings.
(Inherited from MFJsonCollectionAdaptorT, IT, TI) |