Click or drag to resize

IServer Properties

The IServer type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Get or set the connection string to the server.
(Inherited from IServerBase.)
Public propertyConnectionStringType
Get the type of the connection string.
Public propertyCreatedAt
Get the date of the creation
(Inherited from IOwnerEntityBase.)
Public propertyCreatedBy
Get the id of the user who have create the entity
(Inherited from IOwnerEntityBase.)
Public propertyDeletedAt
Get the date of deletion
(Inherited from IOwnerEntityBase.)
Public propertyDeletedBy
Get the id of the user who have delete the entity
(Inherited from IOwnerEntityBase.)
Public propertyDescription
Get or set a description for the server.
(Inherited from IServerBase.)
Public propertyGuid
Get or set the GUID of the server.
(Inherited from IServerBase.)
Public propertyId
Get the id of the current entity
(Inherited from IOwnerEntityBase.)
Public propertyIsDeleted
Indicates if the current entity is flag as deleted
(Inherited from IOwnerEntityBase.)
Public propertyIsDisabled
Get or set the server status of the server.
(Inherited from IServerBase.)
Public propertyMasterServerId
Get the identifier of the master server.
Public propertyModuleGuid
Get the GUID of the module associated with the server.
Public propertyName
Get or set the name of the server.
(Inherited from IServerBase.)
Public propertySettings
Gets the settings associated with the server.
Public propertyType
Get the type of server.
Public propertyUpdatedAt
Get the date of the latest update
(Inherited from IOwnerEntityBase.)
Public propertyUpdatedBy
Get the id of the last user who have update the entity
(Inherited from IOwnerEntityBase.)
Top
See Also