Click or drag to resize

SysExchangeApplicationSchemaTable Class

Gets the SysExchangeApplication (Applications en cours d'échange) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaSysExchangeApplicationSchemaTable

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 SysExchangeApplicationSchemaTable

The SysExchangeApplicationSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodSysExchangeApplicationSchemaTable
Initializes a new instance of the SysExchangeApplicationSchemaTable 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 memberApplicationVersionColumnName
Gets the ApplicationVersion (Version de l'application) column name
Public fieldStatic memberDestinationApplicationIdColumnName
Gets the DestinationApplicationId (Id application destination) column name
Public fieldStatic memberDestinationApplicationNameColumnName
Gets the DestinationApplicationName (Nom de l'application de destination) column name
Public fieldStatic memberSourceApplicationIdColumnName
Gets the SourceApplicationId (Id application source) column name
Public fieldStatic memberSourceApplicationNameColumnName
Gets the SourceApplicationName (Nom de l'application source) column name
Public fieldStatic memberSourceDatabaseNameColumnName
Gets the SourceDatabaseName (Nom de la base d'origine) column name
Public fieldStatic memberSysExchangeApplicationTableName
Gets the SysExchangeApplication table name
Top
See Also