Method | Description | |
---|---|---|
CreateSerializer ( ) : |
Creates the serializer.
|
|
DefaultTransformTypeTagNameToDocumentKeyPrefix ( string typeTagName ) : string | ||
DefaultTypeTagName ( |
Get the default tag name for the specified type.
|
|
DocumentConvention ( ) : System |
Initializes a new instance of the DocumentConvention class.
|
|
GenerateDocumentKey ( object entity ) : System.Guid |
Generates the document key.
|
|
GetClrType ( System.Guid id, RavenJObject document, RavenJObject metadata ) : string |
Get the CLR type (if exists) from the document
|
|
GetClrTypeName ( |
Get the CLR type name to be stored in the entity metadata
|
|
GetIdentityProperty ( |
Gets the identity property.
|
|
GetTypeTagName ( |
Gets the name of the type tag.
|
Method | Description | |
---|---|---|
GetPropertiesForType ( |
public CreateSerializer ( ) : |
||
return |
public static DefaultTransformTypeTagNameToDocumentKeyPrefix ( string typeTagName ) : string | ||
typeTagName | string | |
return | string |
public static DefaultTypeTagName ( |
||
t | ||
return | string |
public GenerateDocumentKey ( object entity ) : System.Guid | ||
entity | object | The entity. |
return | System.Guid |
public GetClrType ( System.Guid id, RavenJObject document, RavenJObject metadata ) : string | ||
id | System.Guid | |
document | RavenJObject | |
metadata | RavenJObject | |
return | string |
public GetClrTypeName ( |
||
entityType | ||
return | string |
public GetIdentityProperty ( |
||
type | The type. | |
return |
public GetTypeTagName ( |
||
type | The type. | |
return | string |