Class DictionaryValueAtIndexAccessor
Inherited Members
Namespace: Ludiq
Syntax
public sealed class DictionaryValueAtIndexAccessor : DictionaryIndexAccessor, IAttributeProvider, IList, IDictionary, ICollection, IEnumerable, IObservableDisposable, IDisposable
Constructors
DictionaryValueAtIndexAccessor(Int32, Accessor)
Declaration
public DictionaryValueAtIndexAccessor(int index, Accessor parent)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | |
| Accessor | parent |
Fields
SubpathPrefix
Declaration
public const string SubpathPrefix = "__valueAt."
Field Value
| Type | Description |
|---|---|
| String |
Properties
rawValue
Declaration
protected override object rawValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |
Overrides
Methods
GetDefinedType(Type)
Declaration
protected override Type GetDefinedType(Type dictionaryType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | dictionaryType |
Returns
| Type | Description |
|---|---|
| Type |