ClassRepositoryResourceMapping
Class
Definition
Namespace:ArtOfTest.WebAii.Design.Repository
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RepositoryResourceMapping : IRepositoryResourceMapping
Inheritance: objectRepositoryResourceMapping
Implements:
Constructors
RepositoryResourceMapping()
Declaration
cs-api-definition
public RepositoryResourceMapping()
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