Skip to content

melhelbawy/XAPI.NET.Abstractions

Repository files navigation

XAPI.NET.Abstractions

There are two interfaces

  • IStatement where TId : struct
  • IPushStatement<TStatement, TId> where TStatement : IStatement where TId : struct

ALL Statement must by type of IStatement, there are one method PushStatementAsyn(TStatement statement) which implemented to push the type of statement.

This is core for simplifying work with XAPI by .NET.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages