[SerializableAttribute]
public class LookupJA : MFJsonObjectAdaptor<Lookup>
LookupJA | Simple Constructor. |
LookupJA(Int32) | Constructor that initializes itself with a lookup id. |
LookupJA(Lookup) | Constructor that initializes itself with an existing api object. |
LookupJA(String) | Constructor that initializes itself with a lookup reference. |
Deleted | Maps to Lookup.Deleted. |
DisplayID | Maps to Lookup.DisplayID. |
DisplayIDAvailable | Maps to Lookup.DisplayIDAvailable. |
DisplayValue | Maps to Lookup.DisplayValue. |
Hidden | Maps to Lookup.Hidden. |
Item | Maps to Lookup.Item. |
ItemGUID | Maps to Lookup.ItemGUID. |
ObjectFlags | Maps to Lookup.ObjectFlags. |
ObjectType | Maps to Lookup.ObjectType. |
Version | Maps to Lookup.Version. |
LoadApiObject |
(Re-)Initializes this adaptor object to be the equivalent of the passed API object.
(Overrides MFJsonObjectAdaptorTLoadApiObject(T)) |
ResolveID |
Resolves the id of the of the identifier if the vault object is not null.
(Inherited from MFJsonObjectAdaptorT) |
ToApiObject(Vault) |
Converts this JsonCompatible object to an equivalent API object.
(Overrides MFJsonObjectAdaptorTToApiObject(Vault)) |
ToApiObject(Vault, Boolean) | Converts this JsonCompatible object to an equivalent API object. |
ToJson |
Serialize the object to a json string.
(Inherited from MFJsonObjectAdaptorT) |
TryAdapt | Attempts to convert a value into a json adapted lookup. |
Validate |
Performs validation checks on the object and sub-objects and returns
any findings.
(Overrides MFJsonObjectAdaptorTValidate(Vault, String)) |
(Int32 to LookupJA) | Converts a valuelist item id into a LookupJA. |
(String to LookupJA) | Converts a valuelist item reference into a LookupJA. |