Class MappedCrudEntityAttribute<TApiEntity>
Tells Apizr to auto register an IApizrManager<TWebApi> for the referenced api entity and mapped to this decorated model entity (works only with IServiceCollection extensions registration)
[AttributeUsage(AttributeTargets.Class)]
public class MappedCrudEntityAttribute<TApiEntity> : MappedCrudEntityAttribute
Type Parameters
TApiEntity
The mapped api entity type
- Inheritance
-
MappedCrudEntityAttribute<TApiEntity>
- Inherited Members
Constructors
MappedCrudEntityAttribute(string)
public MappedCrudEntityAttribute(string apiEntityBaseUri)
Parameters
apiEntityBaseUri
string