C# 클래스 Nxdb.Persistence.PersistentMemberInfo

파일 보기 프로젝트 열기: daveaglick/Nxdb

공개 프로퍼티들

프로퍼티 타입 설명
Attribute PersistentMemberAttribute
GetValue object>.Func
Name string
SetValue object>.Action
Type System.Type

공개 메소드들

메소드 설명
PersistentMemberInfo ( Type type, string name, PersistentMemberAttribute attribute, object>.Func getValue, object>.Action setValue ) : System

메소드 상세

PersistentMemberInfo() 공개 메소드

public PersistentMemberInfo ( Type type, string name, PersistentMemberAttribute attribute, object>.Func getValue, object>.Action setValue ) : System
type System.Type
name string
attribute PersistentMemberAttribute
getValue object>.Func
setValue object>.Action
리턴 System

프로퍼티 상세

Attribute 공개적으로 프로퍼티

public PersistentMemberAttribute Attribute
리턴 PersistentMemberAttribute

GetValue 공개적으로 프로퍼티

public Func GetValue
리턴 object>.Func

Name 공개적으로 프로퍼티

public string Name
리턴 string

SetValue 공개적으로 프로퍼티

public Action SetValue
리턴 object>.Action

Type 공개적으로 프로퍼티

public Type,System Type
리턴 System.Type