[SerializableAttribute]
public class FullTextSearchFlagsJA : MFJsonObjectAdaptor<MFFullTextSearchFlags>
FullTextSearchFlagsJA | Simple constructor. |
FullTextSearchFlagsJA(MFFullTextSearchFlags) | Constructor that initializes itself with an existing api object. |
AllWords | Maps to MFFullTextSearchFlagsTypeAllWords. |
AnyWords | Maps to MFFullTextSearchFlagsTypeAnyWords. |
LookInFileData | Maps to MFFullTextSearchFlagsLookInFileData. |
LookInMetaData | Maps to MFFullTextSearchFlagsLookInMetaData. |
Stemming | Maps to MFFullTextSearchFlagsStemming. |
Value | Underlying "wrapped" value of the object. |
LoadApiObject |
(Re-)Initializes this adaptor object to be the equivilent 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 equivilent 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.
(Inherited from MFJsonObjectAdaptorT) |
(FullTextSearchFlagsJA to MFFullTextSearchFlags) | Converts a FullTextSearchFlagsJA into MFFullTextSearchFlags. |
(MFFullTextSearchFlags to FullTextSearchFlagsJA) | Converts a MFFullTextSearchFlags into FullTextSearchFlagsJA. |