Class ObjectMetadata
Inheritance
object
ObjectMetadata
Implements
IList
IDictionary
Assembly: solution.dll
public sealed class ObjectMetadata : Metadata, IAttributeProvider, IList, IDictionary
Constructors
Declaration
public ObjectMetadata(object @object, Type definedType, Metadata parent)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| Type |
definedType |
|
| Metadata |
parent |
|
Declaration
public ObjectMetadata(string name, object @object, Type definedType, Metadata parent)
Parameters
| Type |
Name |
Description |
| string |
name |
|
| object |
object |
|
| Type |
definedType |
|
| Metadata |
parent |
|
Properties
Declaration
public string name { get; }
Property Value
Declaration
public object @object { get; }
Property Value
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 OnValueTypeChange(Type previousType)
Parameters
| Type |
Name |
Description |
| Type |
previousType |
|
Overrides
Declaration
protected override string SubpathToString()
Returns
Overrides
Implements
IList
IDictionary
Extension Methods