Appearance
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
Constructors | |
---|---|
TableBase(IServiceNow, string, ILogger) | Used by typed and untyped Table |
Properties | |
---|---|
RequestUrl | Used when we don't want to pass the sysparm_offset parameter |
SN | ServiceNow Instance common to all table |
Methods | |
---|---|
DeleteAsync(Guid, Nullable<CancellationToken>) | |
DeleteAsync(Guid) |