Creates an instance of UmbMemberTypeDetailServerDataSource.
The controller host for this controller to be appended to
Inserts a new Member Type on the server
Member Type Model
Creates a new Member Type scaffold
Optional
preset: Partial<UmbMemberTypeDetailModel> = {}Optional preset data to merge with the scaffold
Deletes a Member Type on the server
The unique identifier of the Member Type to delete
Fetches a Member Type with the given id from the server
The unique identifier of the Member Type to fetch
Updates a MemberType on the server
Member Type Model
A data source for the Member Type that fetches data from the server UmbMemberTypeDetailServerDataSource
Implements