C# 클래스 Realms.WovenAttribute

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
WovenAttribute ( Type helperType ) : System

Initializes a new instance of the WovenAttribute class.

메소드 상세

WovenAttribute() 공개 메소드

Initializes a new instance of the WovenAttribute class.
public WovenAttribute ( Type helperType ) : System
helperType System.Type The type of the generated RealmObjectHelper for that class.
리턴 System