Class MemberMetadata
Inheritance
object
MemberMetadata
Implements
IList
IDictionary
Assembly: solution.dll
public sealed class MemberMetadata : Metadata, IAttributeProvider, IList, IDictionary
Constructors
Declaration
public MemberMetadata(string name, BindingFlags bindingFlags, Metadata parent)
Parameters
| Type |
Name |
Description |
| string |
name |
|
| BindingFlags |
bindingFlags |
|
| Metadata |
parent |
|
Fields
Declaration
public const BindingFlags DefaultBindingFlags
Field Value
| Type |
Description |
| BindingFlags |
|
Properties
Declaration
public BindingFlags bindingFlags { get; }
Property Value
| Type |
Description |
| BindingFlags |
|
Declaration
public FieldInfo field { get; }
Property Value
| Type |
Description |
| FieldInfo |
|
Declaration
public MemberInfo member { get; }
Property Value
| Type |
Description |
| MemberInfo |
|
Declaration
public MemberMetadata.Mode mode { get; }
Property Value
Declaration
public string name { get; }
Property Value
Declaration
public PropertyInfo property { get; }
Property Value
| Type |
Description |
| PropertyInfo |
|
Declaration
protected override object rawValue { get; set; }
Property Value
Overrides
Methods
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
| Type |
Name |
Description |
| bool |
inherit |
|
Returns
| Type |
Description |
| Attribute[] |
|
Overrides
Declaration
protected override void OnParentValueTypeChange(Type previousType)
Parameters
| Type |
Name |
Description |
| Type |
previousType |
|
Overrides
Implements
IList
IDictionary
Extension Methods