Class DictionaryIndexMetadata
Inheritance
object
DictionaryIndexMetadata
Implements
IList
IDictionary
Assembly: solution.dll
public abstract class DictionaryIndexMetadata : Metadata, IAttributeProvider, IList, IDictionary
Constructors
Declaration
protected DictionaryIndexMetadata(string subpathPrefix, int index, Metadata parent)
Parameters
Properties
Declaration
public int index { get; }
Property Value
Declaration
protected bool parentIsOrderedDictionary { get; }
Property Value
Methods
Declaration
public override Attribute[] GetCustomAttributes(bool inherit = true)
Parameters
| Type |
Name |
Description |
| bool |
inherit |
|
Returns
| Type |
Description |
| Attribute[] |
|
Overrides
Declaration
protected abstract Type GetDefinedType(Type dictionaryType)
Parameters
| Type |
Name |
Description |
| Type |
dictionaryType |
|
Returns
Declaration
protected override void OnParentValueChange(object previousValue)
Parameters
| Type |
Name |
Description |
| object |
previousValue |
|
Overrides
Implements
IList
IDictionary
Extension Methods