Click or drag to resize

SysLockSchemaTable Class

Gets the SysLock (Verrous) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaSysLockSchemaTable

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 SysLockSchemaTable

The SysLockSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodSysLockSchemaTable
Initializes a new instance of the SysLockSchemaTable 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 membercomputerNameColumnName
Gets the computerName (Nom de l'ordinateur) column name
Public fieldStatic membercontextIdColumnName
Gets the contextId (Id du contexte) column name
Public fieldStatic membercreationDateColumnName
Gets the creationDate (Date de création) column name
Public fieldStatic membergroupIdColumnName
Gets the groupId (Id de groupe) column name
Public fieldStatic memberkeyValueColumnName
Gets the keyValue (Clé) column name
Public fieldStatic membermainApplicationIdColumnName
Gets the mainApplicationId (Id de l'application) column name
Public fieldStatic memberproductNameColumnName
Gets the productName (Nom du produit) column name
Public fieldStatic memberproductVersionColumnName
Gets the productVersion (Version du produit) column name
Public fieldStatic memberSysLockTableName
Gets the SysLock table name
Public fieldStatic memberuserIdColumnName
Gets the userId (Code utilisateur) column name
Public fieldStatic memberuserNameColumnName
Gets the userName (Nom de l'utilisateur) column name
Top
See Also