Click or drag to resize

SysCloudPublicationSchemaTable Class

Gets the SysCloudPublication (Publication dans Reports On Line) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaSysCloudPublicationSchemaTable

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 SysCloudPublicationSchemaTable

The SysCloudPublicationSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodSysCloudPublicationSchemaTable
Initializes a new instance of the SysCloudPublicationSchemaTable 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 memberCaptionColumnName
Gets the Caption (Libellé) column name
Public fieldStatic memberDescriptionColumnName
Gets the Description (Description) column name
Public fieldStatic memberFolderColumnName
Gets the Folder (Nom de la publication dans Reports On Line) column name
Public fieldStatic memberIconColumnName
Gets the Icon (Icône) column name
Public fieldStatic memberIconPresetColumnName
Gets the IconPreset (Présélection d'icône) column name
Public fieldStatic memberIdColumnName
Gets the Id (Code) column name
Public fieldStatic memberIsInactiveColumnName
Gets the IsInactive (Inactif) column name
Public fieldStatic memberIsModifiedColumnName
Gets the IsModified (Modifié depuis le dernier envoi) column name
Public fieldStatic memberLastPublishedDateColumnName
Gets the LastPublishedDate (Date de dernière publication) column name
Public fieldStatic memberNextPublishDateColumnName
Gets the NextPublishDate (Date de prochaine publication) column name
Public fieldStatic memberPeriodicity_CaptionColumnName
Gets the Periodicity_Caption (Périodicité) column name
Public fieldStatic memberPeriodicity_DayNumberColumnName
Gets the Periodicity_DayNumber (Numéro du jour) column name
Public fieldStatic memberPeriodicity_DayNumberSelectorColumnName
Gets the Periodicity_DayNumberSelector (Sélection du jour par son numéro) column name
Public fieldStatic memberPeriodicity_DayRankColumnName
Gets the Periodicity_DayRank (Position du jour) column name
Public fieldStatic memberPeriodicity_DayRankSelectorColumnName
Gets the Periodicity_DayRankSelector (Sélection du jour par son rang) column name
Public fieldStatic memberPeriodicity_EndDateColumnName
Gets the Periodicity_EndDate (Date de fin) column name
Public fieldStatic memberPeriodicity_FridayColumnName
Gets the Periodicity_Friday (Vendredi) column name
Public fieldStatic memberPeriodicity_MondayColumnName
Gets the Periodicity_Monday (Lundi) column name
Public fieldStatic memberPeriodicity_SaturdayColumnName
Gets the Periodicity_Saturday (Samedi) column name
Public fieldStatic memberPeriodicity_SelectedDayOfWeekColumnName
Gets the Periodicity_SelectedDayOfWeek (Jour) column name
Public fieldStatic memberPeriodicity_StartDateColumnName
Gets the Periodicity_StartDate (Date de début) column name
Public fieldStatic memberPeriodicity_SundayColumnName
Gets the Periodicity_Sunday (Dimanche) column name
Public fieldStatic memberPeriodicity_ThursdayColumnName
Gets the Periodicity_Thursday (Jeudi) column name
Public fieldStatic memberPeriodicity_TimeColumnName
Gets the Periodicity_Time (Heure) column name
Public fieldStatic memberPeriodicity_TuesdayColumnName
Gets the Periodicity_Tuesday (Mardi) column name
Public fieldStatic memberPeriodicity_TypeColumnName
Gets the Periodicity_Type (Type de périodicité) column name
Public fieldStatic memberPeriodicity_UserIncrementColumnName
Gets the Periodicity_UserIncrement (Périodicité définie par l'utilisateur) column name
Public fieldStatic memberPeriodicity_WednesdayColumnName
Gets the Periodicity_Wednesday (Mercredi) column name
Public fieldStatic memberSysCloudPublicationTableName
Gets the SysCloudPublication table name
Public fieldStatic membersysCreatedDateColumnName
Gets the sysCreatedDate (Date de création) column name
Public fieldStatic membersysCreatedUserColumnName
Gets the sysCreatedUser (Utilisateur de création) column name
Public fieldStatic membersysEditCounterColumnName
Gets the sysEditCounter (Compteur de modifications) column name
Public fieldStatic membersysModifiedDateColumnName
Gets the sysModifiedDate (Date de modification) column name
Public fieldStatic membersysModifiedUserColumnName
Gets the sysModifiedUser (Utilisateur de modification) column name
Top
See Also