C# Class Nxdb.Persistence.PersistentMemberInfo

ファイルを表示 Open project: daveaglick/Nxdb

Public Properties

Property Type Description
Attribute PersistentMemberAttribute
GetValue object>.Func
Name string
SetValue object>.Action
Type System.Type

Public Methods

Method Description
PersistentMemberInfo ( Type type, string name, PersistentMemberAttribute attribute, object>.Func getValue, object>.Action setValue ) : System

Method Details

PersistentMemberInfo() public method

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
return System

Property Details

Attribute public_oe property

public PersistentMemberAttribute Attribute
return PersistentMemberAttribute

GetValue public_oe property

public Func GetValue
return object>.Func

Name public_oe property

public string Name
return string

SetValue public_oe property

public Action SetValue
return object>.Action

Type public_oe property

public Type,System Type
return System.Type