Interface ISerializeVerifierProfile
Interface defining the operations for the serializer verifier profiles
Namespace: SdlSdl.VerificationApi
Assembly: Sdl.Verification.Api.dll
Syntax
public interface ISerializeVerifierProfile
Methods
Export(string)
Exports the profile to another file
Declaration
void Export(string toFile)
Parameters
Type | Name | Description |
---|---|---|
string | toFile | The file to which the settings are exported |
Import(string)
Imports the profile from another file
Declaration
void Import(string fromFile)
Parameters
Type | Name | Description |
---|---|---|
string | fromFile | The file from which the settings are imported |
SetContext(ISettingsBundle)
Sets the settings context for the serializer verifier profile
Declaration
void SetContext(ISettingsBundle settingsContext)
Parameters
Type | Name | Description |
---|---|---|
ISettingsBundle | settingsContext | The settings context |