C# Class Nxdb.Persistence.PersistentMemberInfo

Afficher le fichier Open project: daveaglick/Nxdb

Méthodes publiques

Свойство Type Description
Attribute PersistentMemberAttribute
GetValue object>.Func
Name string
SetValue object>.Action
Type System.Type

Méthodes publiques

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

Method Details

PersistentMemberInfo() public méthode

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
Résultat System

Property Details

Attribute public_oe property

public PersistentMemberAttribute Attribute
Résultat PersistentMemberAttribute

GetValue public_oe property

public Func GetValue
Résultat object>.Func

Name public_oe property

public string Name
Résultat string

SetValue public_oe property

public Action SetValue
Résultat object>.Action

Type public_oe property

public Type,System Type
Résultat System.Type