Inheritance
DictionaryIndexMetadata
public abstract class DictionaryIndexMetadata : Metadata, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable
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 |
Boolean |
inherit |
|
Returns
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
Extension Methods