C# 클래스 Realms.RealmConfigurationBase

Base class for specifying configuration 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.
파일 보기 프로젝트 열기: realm/realm-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetPathToRealm ( string optionalPath = null ) : string

Utility to build a path in which a Realm will be created so can consistently use filenames and relative paths.

비공개 메소드들

메소드 설명
CreateRealm ( RealmSchema schema ) : Realm
RealmConfigurationBase ( string optionalPath ) : System

메소드 상세

GetPathToRealm() 공개 정적인 메소드

Utility to build a path in which a Realm will be created so can consistently use filenames and relative paths.
public static GetPathToRealm ( string optionalPath = null ) : string
optionalPath string Path to the Realm, must be a valid full path for the current platform, relative subdirectory, or just filename.
리턴 string