[SerializableAttribute]
public class SearchConditionJA : MFJsonObjectAdaptor<SearchCondition>| SearchConditionJA | Simple constructor. |
| SearchConditionJA(SearchCondition) | Constructor that initializes itself with an existing api object. |
| ConditionType | Maps to SearchCondition's ConditionType Property. |
| Expression | Maps to SearchCondition's Expression Property. |
| TypedValue | Maps to SearchCondition's TypedValue Property. |
| 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 |
Converts this JsonCompatible object to an equivalent API object.
(Overrides MFJsonObjectAdaptorTToApiObject(Vault)) |
| ToJson |
Serialize the object to a json string.
(Inherited from MFJsonObjectAdaptorT) |
| Validate |
Performs validation checks on the object and sub-objects and returns
any findings.
(Overrides MFJsonObjectAdaptorTValidate(Vault, String)) |