Click or drag to resize

SysSaveLogSchemaTable Class

Gets the SysSaveLog (Historique de sauvegarde) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaSysSaveLogSchemaTable

Namespace:  EBP.Api.Interfaces.Schema
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public abstract class SysSaveLogSchemaTable

The SysSaveLogSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodSysSaveLogSchemaTable
Initializes a new instance of the SysSaveLogSchemaTable class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberConnectedMachineColumnName
Gets the ConnectedMachine (Poste) column name
Public fieldStatic memberContentColumnName
Gets the Content (Paramètres) column name
Public fieldStatic memberDestinationColumnName
Gets the Destination (Fichier) column name
Public fieldStatic memberHash_Hash_ChainedIdColumnName
Gets the Hash_Hash_ChainedId (Identifiant de la donnée chaînée) column name
Public fieldStatic memberHash_Hash_HashColumnName
Gets the Hash_Hash_Hash (Hachage) column name
Public fieldStatic memberIdColumnName
Gets the Id (Id) column name
Public fieldStatic memberProcessTypeColumnName
Gets the ProcessType (Opération) column name
Public fieldStatic memberSaveDateColumnName
Gets the SaveDate (Date) column name
Public fieldStatic memberSysSaveLogTableName
Gets the SysSaveLog table name
Public fieldStatic memberUserIdColumnName
Gets the UserId (Code utilisateur) column name
Top
See Also