Search Results for

    Show / Hide Table of Contents

    Interface ISerializeVerifierProfile

    Interface defining the operations for the serializer verifier profiles

    Namespace: Sdl.Verification.Api
    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
    System.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
    System.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

    On this page

    • Methods
      • Export(String)
      • Import(String)
      • SetContext(ISettingsBundle)
    Back to top Generated by DocFX