C# 클래스 RavenFS.Client.Connections.FileConvention

The set of conventions used by the FileConvention which allow the users to customize the way the Raven client API behaves
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
Clone ( ) : FileConvention

Clone the current conventions to a new instance

FileConvention ( ) : System

Initializes a new instance of the FileConvention class.

GetIdentityProperty ( Type type ) : PropertyInfo

Gets the identity property.

비공개 메소드들

메소드 설명
GetPropertiesForType ( Type type ) : IEnumerable

메소드 상세

Clone() 공개 메소드

Clone the current conventions to a new instance
public Clone ( ) : FileConvention
리턴 FileConvention

FileConvention() 공개 메소드

Initializes a new instance of the FileConvention class.
public FileConvention ( ) : System
리턴 System

GetIdentityProperty() 공개 메소드

Gets the identity property.
public GetIdentityProperty ( Type type ) : PropertyInfo
type Type The type.
리턴 PropertyInfo