C# Class Patcher.Data.Plugins.Content.MemberInfo

Afficher le fichier Open project: unforbidable/patcher Class Usage Examples

Méthodes publiques

Méthode Description
AddValue ( object target, object value ) : void
CopyValue ( object from ) : object
EnsureListCreated ( object target ) : void
Equate ( object one, object other ) : bool
GetReferencedFormIds ( object target ) : IEnumerable
GetValue ( object target ) : object
MemberInfo ( MemberAttribute attribute, PropertyInfo property ) : System
SetList ( object target, object value ) : void
SetOrAddValue ( object target, object value ) : void
SetValue ( object target, object value ) : void

Method Details

AddValue() public méthode

public AddValue ( object target, object value ) : void
target object
value object
Résultat void

CopyValue() public méthode

public CopyValue ( object from ) : object
from object
Résultat object

EnsureListCreated() public méthode

public EnsureListCreated ( object target ) : void
target object
Résultat void

Equate() public méthode

public Equate ( object one, object other ) : bool
one object
other object
Résultat bool

GetReferencedFormIds() public méthode

public GetReferencedFormIds ( object target ) : IEnumerable
target object
Résultat IEnumerable

GetValue() public méthode

public GetValue ( object target ) : object
target object
Résultat object

MemberInfo() public méthode

public MemberInfo ( MemberAttribute attribute, PropertyInfo property ) : System
attribute MemberAttribute
property System.Reflection.PropertyInfo
Résultat System

SetList() public méthode

public SetList ( object target, object value ) : void
target object
value object
Résultat void

SetOrAddValue() public méthode

public SetOrAddValue ( object target, object value ) : void
target object
value object
Résultat void

SetValue() public méthode

public SetValue ( object target, object value ) : void
target object
value object
Résultat void