CultureAwareDynamicObject Members
The CultureAwareDynamicObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CultureAwareDynamicObject |
Initializes a new instance of the CultureAwareDynamicObject class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Add(String, Nullable<(Of <<'(Object>)>>)) |
Adds an element with the provided key and value to the [IDictionary{String, Object}].
|
|
|
Add(KeyValuePair<(Of <<'(String, Nullable<(Of <<'(Object>)>>)>)>>)) |
Adds an item to the [ICollection{T}].
|
|
|
Clear |
Removes all items from the [ICollection{T}].
|
|
|
Contains |
Determines whether the [ICollection{T}] contains a specific value.
|
|
|
ContainsKey |
Determines whether the [IDictionary{String, Object}] contains an element with the specified key.
|
|
|
CopyTo |
Copies the elements of the [ICollection{T}] to an [Array], starting at a particular [Array] index.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetDynamicMemberNames | (Inherited from DynamicObject.) |
|
|
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetMetaObject(System.Linq.Expressions.Expression) | (Inherited from DynamicObject.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Remove(String) |
Removes the element with the specified key from the [IDictionary{String, Object}].
|
|
|
Remove(KeyValuePair<(Of <<'(String, Nullable<(Of <<'(Object>)>>)>)>>)) |
Removes the first occurrence of a specific object from the [ICollection{T}].
|
|
|
ToString | (Inherited from Object.) |
|
|
TryBinaryOperation(System.Dynamic.BinaryOperationBinder,System.Object,System.Object@) | (Inherited from DynamicObject.) |
|
|
TryConvert(ConvertBinder, Nullable<(Of <<'(Object>)>>)%) |
Provides implementation for type conversion operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that convert an object from one type to another.
|
|
|
TryConvert(System.Dynamic.ConvertBinder,System.Object@) | (Inherited from DynamicObject.) |
|
|
TryCreateInstance(System.Dynamic.CreateInstanceBinder,System.Object[],System.Object@) | (Inherited from DynamicObject.) |
|
|
TryDeleteIndex(System.Dynamic.DeleteIndexBinder,System.Object[]) | (Inherited from DynamicObject.) |
|
|
TryDeleteMember(System.Dynamic.DeleteMemberBinder) | (Inherited from DynamicObject.) |
|
|
TryGetIndex(System.Dynamic.GetIndexBinder,System.Object[],System.Object@) | (Inherited from DynamicObject.) |
|
|
TryGetMember(GetMemberBinder, Nullable<(Of <<'(Object>)>>)%) |
Provides the implementation for operations that get member values. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as getting a value for a property.
|
|
|
TryGetMember(System.Dynamic.GetMemberBinder,System.Object@) | (Inherited from DynamicObject.) |
|
|
TryGetValue |
Gets the value associated with the specified key.
|
|
|
TryInvoke(System.Dynamic.InvokeBinder,System.Object[],System.Object@) | (Inherited from DynamicObject.) |
|
|
TryInvokeMember(System.Dynamic.InvokeMemberBinder,System.Object[],System.Object@) | (Inherited from DynamicObject.) |
|
|
TrySetIndex(System.Dynamic.SetIndexBinder,System.Object[],System.Object) | (Inherited from DynamicObject.) |
|
|
TrySetMember(SetMemberBinder, Nullable<(Of <<'(Object>)>>)) |
Provides the implementation for operations that set member values. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as setting a value for a property.
|
|
|
TrySetMember(System.Dynamic.SetMemberBinder,System.Object) | (Inherited from DynamicObject.) |
|
|
TryUnaryOperation(System.Dynamic.UnaryOperationBinder,System.Object@) | (Inherited from DynamicObject.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements contained in the [ICollection{T}].
|
|
|
IsReadOnly |
Gets a value indicating whether the [ICollection{T}] is read-only.
|
|
|
Item |
Gets or sets the [Nullable{Object}] with the specified key.
|
|
|
Keys |
Gets an [ICollection{String}] containing the keys of the [IDictionary{String, Object}].
|
|
|
Values |
Gets an [ICollection{Object}] containing the values in the [IDictionary{String, Object}].
|

