메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
GetPropertiesForType ( |
public CreateSerializer ( ) : |
||
리턴 |
public static DefaultTransformTypeTagNameToDocumentKeyPrefix ( string typeTagName ) : string | ||
typeTagName | string | |
리턴 | string |
public static DefaultTypeTagName ( |
||
t | ||
리턴 | string |
public GenerateDocumentKey ( object entity ) : System.Guid | ||
entity | object | The entity. |
리턴 | System.Guid |
public GetClrType ( System.Guid id, RavenJObject document, RavenJObject metadata ) : string | ||
id | System.Guid | |
document | RavenJObject | |
metadata | RavenJObject | |
리턴 | string |
public GetClrTypeName ( |
||
entityType | ||
리턴 | string |
public GetIdentityProperty ( |
||
type | The type. | |
리턴 |
public GetTypeTagName ( |
||
type | The type. | |
리턴 | string |