C# 클래스 Realms.Dynamic.DynamicRealmObjectHelper

상속: IRealmObjectHelper
파일 보기 프로젝트 열기: realm/realm-dotnet

공개 메소드들

메소드 설명
CopyToRealm ( RealmObject instance, bool update, bool setPrimaryKey ) : void
CreateInstance ( ) : RealmObject
TryGetPrimaryKeyValue ( RealmObject instance, object &value ) : bool

메소드 상세

CopyToRealm() 공개 메소드

public CopyToRealm ( RealmObject instance, bool update, bool setPrimaryKey ) : void
instance RealmObject
update bool
setPrimaryKey bool
리턴 void

CreateInstance() 공개 메소드

public CreateInstance ( ) : RealmObject
리턴 RealmObject

TryGetPrimaryKeyValue() 공개 메소드

public TryGetPrimaryKeyValue ( RealmObject instance, object &value ) : bool
instance RealmObject
value object
리턴 bool