Class RepositoryResourceMapping
Inheritance
System.Object
RepositoryResourceMapping
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Repository
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RepositoryResourceMapping : IRepositoryResourceMapping
Constructors
RepositoryResourceMapping()
Declaration
public RepositoryResourceMapping()
Methods
GetCollectionName(Type)
Declaration
public string GetCollectionName(Type type)
Parameters
System.Type
type
|
Returns
System.String
|
Implements
GetSchema(Type)
Declaration
public string GetSchema(Type type)
Parameters
System.Type
type
|
Returns
System.String
|
Implements
IsSpecialSerializerRequired(Type)
Declaration
public bool IsSpecialSerializerRequired(Type type)
Parameters
System.Type
type
|
Returns
System.Boolean
|