Skip to content

ServiceNow.Core

SNow.Core

TableBase Class

Base class to share props and methods used in typed and non typed table classes

csharp
public class TableBase

Inheritance System.Object 🡒 TableBase

Derived
Table
Table<T>

Constructors
TableBase(IServiceNow, string, ILogger)Used by typed and untyped Table
Properties
RequestUrlUsed when we don't want to pass the sysparm_offset parameter
SNServiceNow Instance common to all table
Methods
DeleteAsync(Guid, Nullable<CancellationToken>)
DeleteAsync(Guid)

Released under the MIT License.