Click or drag to resize

SysSchemaSynchronizationLogSchemaTable Class

Gets the SysSchemaSynchronizationLog (Journal des mises à jour du dossier) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaSysSchemaSynchronizationLogSchemaTable

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 SysSchemaSynchronizationLogSchemaTable

The SysSchemaSynchronizationLogSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodSysSchemaSynchronizationLogSchemaTable
Initializes a new instance of the SysSchemaSynchronizationLogSchemaTable 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 memberApplicationIdAfterColumnName
Gets the ApplicationIdAfter (Dernière application utilisée après migration) column name
Public fieldStatic memberApplicationIdBeforeColumnName
Gets the ApplicationIdBefore (Dernière application utilisée avant migration) column name
Public fieldStatic memberApplicationVersionAfterColumnName
Gets the ApplicationVersionAfter (Version d'application après migration) column name
Public fieldStatic memberApplicationVersionBeforeColumnName
Gets the ApplicationVersionBefore (Version d'application avant migration) column name
Public fieldStatic memberErrorsColumnName
Gets the Errors (Erreurs) column name
Public fieldStatic memberSchemaIdAfterColumnName
Gets the SchemaIdAfter (Id de schéma après migration) column name
Public fieldStatic memberSchemaIdBeforeColumnName
Gets the SchemaIdBefore (Id de schéma avant migration) column name
Public fieldStatic memberSchemaMetaDataBeforeColumnName
Gets the SchemaMetaDataBefore (Métadonnées avant migration) column name
Public fieldStatic memberSchemaVersionAfterColumnName
Gets the SchemaVersionAfter (Version après migration) column name
Public fieldStatic memberSchemaVersionBeforeColumnName
Gets the SchemaVersionBefore (Version avant migration) column name
Public fieldStatic memberSuccessColumnName
Gets the Success (Migration réussie) column name
Public fieldStatic memberSynchronizationDateColumnName
Gets the SynchronizationDate (Date de migration) column name
Public fieldStatic memberSysSchemaSynchronizationLogTableName
Gets the SysSchemaSynchronizationLog table name
Public fieldStatic memberSystemVersionAfterColumnName
Gets the SystemVersionAfter (Version système après migration) column name
Public fieldStatic memberSystemVersionBeforeColumnName
Gets the SystemVersionBefore (Version système avant migration) column name
Top
See Also