Interface IEntityResolver
Namespace: Estrelica.Interfaces
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IEntityResolver
Properties
OriginId
Resolvers
Methods
Invalidate(EntityType, Guid)
Declaration
void Invalidate(EntityType entityType, Guid guid)
Parameters
EntityType entityType |
Guid guid |
Invalidate(EntityType, int)
Declaration
void Invalidate(EntityType entityType, int entityId)
Parameters
EntityType entityType |
int entityId |