메소드 | 설명 | |
---|---|---|
CreateSerializer ( ) : |
Creates the serializer.
|
|
DefaultFindFullDocumentKeyFromValueTypeIdentifier ( |
Find the full document name assuming that we are using the standard conventions for generating a document key
|
|
DefaultTypeTagName ( |
Get the default tag name for the specified type.
|
|
DocumentConvention ( ) : System |
Initializes a new instance of the DocumentConvention class.
|
|
GenerateDocumentKey ( object entity ) : string |
Generates the document key.
|
|
GenerateDocumentKeyUsingIdentity ( |
Generates the document key using identity.
|
|
GetClrType ( string id, RavenJObject document, RavenJObject metadata ) : string |
Get the CLR type (if exists) from the document
|
|
GetIdentityProperty ( |
Gets the identity property.
|
|
GetTypeTagName ( |
Gets the name of the type tag.
|
public CreateSerializer ( ) : |
||
리턴 |
public DefaultFindFullDocumentKeyFromValueTypeIdentifier ( |
||
id | ||
type | ||
리턴 | string |
public static DefaultTypeTagName ( |
||
t | ||
리턴 | string |
public GenerateDocumentKey ( object entity ) : string | ||
entity | object | The entity. |
리턴 | string |
public static GenerateDocumentKeyUsingIdentity ( |
||
conventions | The conventions. | |
entity | object | The entity. |
리턴 | string |
public GetClrType ( string id, RavenJObject document, RavenJObject metadata ) : string | ||
id | string | |
document | RavenJObject | |
metadata | RavenJObject | |
리턴 | string |
public GetIdentityProperty ( |
||
type | The type. | |
리턴 |
public GetTypeTagName ( |
||
type | The type. | |
리턴 | string |