C# 클래스 Realms.RealmConfiguration

Realm configuration specifying settings that affect the Realm's behavior.
Its main role is generating a canonical path from whatever absolute, relative subdirectory, or just filename the user supplies.
상속: RealmConfigurationBase
파일 보기 프로젝트 열기: realm/realm-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
ConfigWithPath ( string newConfigPath ) : RealmConfiguration

Clone method allowing you to override or customize the current path.

RealmConfiguration ( string optionalPath = null ) : System

Initializes a new instance of the RealmConfiguration class.

비공개 메소드들

메소드 설명
CreateRealm ( RealmSchema schema ) : Realm

메소드 상세

ConfigWithPath() 공개 메소드

Clone method allowing you to override or customize the current path.
public ConfigWithPath ( string newConfigPath ) : RealmConfiguration
newConfigPath string Path to the realm, must be a valid full path for the current platform, relative subdirectory, or just filename.
리턴 RealmConfiguration

RealmConfiguration() 공개 메소드

Initializes a new instance of the RealmConfiguration class.
public RealmConfiguration ( string optionalPath = null ) : System
optionalPath string Path to the realm, must be a valid full path for the current platform, relative subdirectory, or just filename.
리턴 System