Search Results for

    Show / Hide Table of Contents

    Interface ILongTransaction

    Represents a long transaction

    Namespace: OSGeo.MapGuide.ObjectModels.Common
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ILongTransaction

    Properties

    | Improve this Doc View Source

    CreationDate

    Gets the creation date of the long transaction

    Declaration
    string CreationDate { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Description

    Gets the description of the long transaction

    Declaration
    string Description { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsActive

    Gets whether the long transaction is active

    Declaration
    bool IsActive { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsFrozen

    Gets whether the long transaction is frozen

    Declaration
    bool IsFrozen { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Gets the name of the long transaction

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Owner

    Gets the owner of the long transaction

    Declaration
    string Owner { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng