Interface
IRepositoryResourceMapping

Definition

Namespace:ArtOfTest.WebAii.Design.Repository

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IRepositoryResourceMapping

Derived Classes: RepositoryResourceMapping

Methods

GetCollectionName(Type)

Gets the storage collection name mapped to this type

Declaration

cs-api-definition
string GetCollectionName(Type type)

Parameters

type

Type

Returns

string

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

Declaration

cs-api-definition
string GetSchema(Type type)

Parameters

type

Type

Returns

string

IsSpecialSerializerRequired(Type)

Does this type require a type serializer or not

Declaration

cs-api-definition
bool IsSpecialSerializerRequired(Type type)

Parameters

type

Type

Returns

bool