Search Results for

    Show / Hide Table of Contents

    Class EntryTransaction

    Inheritance
    System.Object
    EntryTransaction
    Implements
    IEntryTransaction
    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: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class EntryTransaction : IEntryTransaction

    Constructors

    EntryTransaction()

    Declaration
    public EntryTransaction()

    Properties

    Date

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Declaration
    public TransactionType Type { get; set; }
    Property Value
    Type Description
    TransactionType

    Implements

    IEntryTransaction

    On this page

    • Constructors
      • EntryTransaction()
    • Properties
      • Date
      • Name
      • Type
    • Implements
    Back to top Generated by DocFX