Interface ITypeGraphReader
- Namespace
 - ActivityPub.Types.Internal
 
- Assembly
 - ActivityPub.Types.dll
 
internal interface ITypeGraphReader
  Properties
ASContext
JsonLDContext ASContext { get; }
  Property Value
ASTypes
CompositeASType ASTypes { get; }
  Property Value
Methods
TryReadEntity<TModel>(TypeMap, out ASEntity?)
bool TryReadEntity<TModel>(TypeMap typeMap, out ASEntity? entity) where TModel : ASType, IASModel<TModel>
  Parameters
Returns
Type Parameters
TModel
TryReadEntity<TModel, TEntity>(TypeMap, out TEntity?)
bool TryReadEntity<TModel, TEntity>(TypeMap typeMap, out TEntity? entity) where TModel : ASType, IASModel<TModel, TEntity> where TEntity : ASEntity<TModel, TEntity>, new()
  Parameters
typeMapTypeMapentityTEntity
Returns
Type Parameters
TModelTEntity