Shared
|
[AuthorizeHubRoleAttribute] public class SharedHub : RecordOperationsHub<SharedHub>
The SharedHub type exposes the following members.
Name | Description | |
---|---|---|
SharedHub | Creates a new SharedHub. | |
SharedHub(ActionString, UpdateType, ActionException) | Creates a new SharedHub with the specified logging functions. | |
SharedHub(String, ActionString, UpdateType, ActionException) | Creates a new SharedHub with the specified DataContext and logging functions. |
Name | Description | |
---|---|---|
Clients | (Inherited from Hub) | |
ClientScript |
Gets reference to SignalR hub client browser DOM functionality.
(Inherited from RecordOperationsHubT) | |
ConnectionID |
Gets active connection ID from current hub context or assigns one to use.
(Inherited from RecordOperationsHubT) | |
Context |
Provides information about the calling client.
(Inherited from HubBase) | |
DataContext |
Gets DataContext created for this RecordOperationsHubT instance.
(Inherited from RecordOperationsHubT) | |
Groups |
The group manager for this hub instance.
(Inherited from HubBase) | |
RecordOperationsCache |
Gets RecordOperationsCache for SignalR hub.
(Inherited from RecordOperationsHubT) |
Name | Description | |
---|---|---|
AddNewCompany | Adds new record to company table. | |
AddNewVendor | Adds new vendor record to table. | |
AddNewVendorDevice | Adds new record to vendor device table. | |
DeleteCompany | Deletes record from company table. | |
DeleteVendor | Deletes vendor table record. | |
DeleteVendorDevice | Deletes record from vendor device table. | |
Dispose | (Inherited from HubBase) | |
Dispose(Boolean) |
Releases the unmanaged resources used by the RecordOperationsHubT object and optionally releases the managed resources.
(Inherited from RecordOperationsHubT) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetConnectionID |
Gets connection ID for active hub context, if any.
(Inherited from RecordOperationsHubT) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetStatistic | If measurement is a statistic, returns the associated Statistic record; otherwise, returns null. | |
GetStatisticFormatRecords | Gets the format records for statistics associated with the metadata. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
LogException |
Logs an exception to hub client and any provided log exception delegate.
(Inherited from RecordOperationsHubT) | |
LogStatusMessage |
Logs a status message to hub client and any provided log status message delegate.
(Inherited from RecordOperationsHubT) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
NewCompany | Creates a new Company object. | |
NewVendor | Creates new vendor object. | |
NewVendorDevice | Creates new VendorDevice object. | |
OnConnected |
Overrides base OnConnected method to provide logging
(Overrides RecordOperationsHubTOnConnected) | |
OnDisconnected |
Overrides base OnDisconnected method to provide logging
(Overrides RecordOperationsHubTOnDisconnected(Boolean)) | |
OnReconnected |
Called when the connection reconnects to this hub instance.
(Inherited from HubBase) | |
QueryCompanies | Queries company table. | |
QueryCompanyCount | Queries company table counts | |
QueryVendorCount | Queries vendor table count. | |
QueryVendorDeviceCount | Queries vendor device table count. | |
QueryVendorDevices | Queries vendor device table records. | |
QueryVendors | Queries vendor table records. | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
UpdateCompany | Updates a record in company table. | |
UpdateVendor | Updates record in vendor table. | |
UpdateVendorDevice | Updates record in vendor device table. |
Name | Description | |
---|---|---|
DefaultNodeID | Gets current default Node ID for security. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |