FullTextSearchFlagsJA Class

JSON adaptor object for MFFullTextSearchFlags.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class FullTextSearchFlagsJA : MFJsonObjectAdaptor<MFFullTextSearchFlags>
Inheritance
Object    MFJsonObjectAdaptorMFFullTextSearchFlags    FullTextSearchFlagsJA

Constructors

FullTextSearchFlagsJA Simple constructor.
FullTextSearchFlagsJA(MFFullTextSearchFlags) Constructor that initializes itself with an existing api object.

Properties

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.

Methods

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)

Operators

(FullTextSearchFlagsJA to MFFullTextSearchFlags) Converts a FullTextSearchFlagsJA into MFFullTextSearchFlags.
(MFFullTextSearchFlags to FullTextSearchFlagsJA) Converts a MFFullTextSearchFlags into FullTextSearchFlagsJA.

See Also