Search Results for

    Show / Hide Table of Contents

    Class ScriptLog

    Inheritance
    System.Object
    ScriptLog
    MemoryScriptLog
    Implements
    IScriptLog
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public abstract class ScriptLog : IScriptLog

    Constructors

    ScriptLog()

    Declaration
    protected ScriptLog()

    Methods

    Failed(ScriptPart, SqlException)

    Declaration
    public void Failed(ScriptPart scriptPart, SqlException sex)
    Parameters
    Type Name Description
    ScriptPart scriptPart
    System.Data.SqlClient.SqlException sex

    Info(String)

    Declaration
    public void Info(string message)
    Parameters
    Type Name Description
    System.String message

    Log(ScriptLogMessage)

    Log the supplied message

    Declaration
    protected abstract void Log(ScriptLogMessage message)
    Parameters
    Type Name Description
    ScriptLogMessage message

    Succeeded(ScriptPart)

    Declaration
    public void Succeeded(ScriptPart scriptPart)
    Parameters
    Type Name Description
    ScriptPart scriptPart

    Implements

    IScriptLog

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022