Search Results for

    Show / Hide Table of Contents

    Interface ISettingsPage

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Sdl.Core.Settings
    Assembly: Sdl.Core.Settings.dll
    Syntax
    public interface ISettingsPage : IDisposable

    Properties

    DataSource

    Declaration
    object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    HasDefaultSettings

    Declaration
    bool HasDefaultSettings { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AfterCancel()

    Declaration
    void AfterCancel()

    AfterSave()

    Declaration
    void AfterSave()

    Cancel()

    Declaration
    void Cancel()

    GetControl()

    Declaration
    object GetControl()
    Returns
    Type Description
    System.Object

    OnActivate()

    Declaration
    void OnActivate()

    OnDeactivate()

    Declaration
    void OnDeactivate()

    ResetToDefaults()

    Declaration
    void ResetToDefaults()

    Save()

    Declaration
    void Save()

    ValidateInput()

    Declaration
    bool ValidateInput()
    Returns
    Type Description
    System.Boolean

    On this page

    • Properties
      • DataSource
      • HasDefaultSettings
    • Methods
      • AfterCancel()
      • AfterSave()
      • Cancel()
      • GetControl()
      • OnActivate()
      • OnDeactivate()
      • ResetToDefaults()
      • Save()
      • ValidateInput()
    Back to top Generated by DocFX