InterfaceIRepositoryResourceMapping
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Repository
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IRepositoryResourceMapping
Derived Classes:
Methods
GetCollectionName(Type)
Gets the storage collection name mapped to this type
GetSchema(Type)
when using smaller objects to query certain fields, we need to use the original type's schema i.e. when using ProjectNameTransport, we need to query on Project's schema
IsSpecialSerializerRequired(Type)
Does this type require a type serializer or not