Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collection |
![]() | Item | Gets or sets the value of the property with the specified name. |
The following tables list the members exposed by ICustomProperties.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collection |
![]() | Item | Gets or sets the value of the property with the specified name. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds or updates the property with the specified name. |
![]() | Clear | Removes all properties whose names start with the specified prefix. |
![]() | ContainsKey | Determines whether the collection contains a property with the specified name. |
![]() | GetBooleanValue | Overloaded. Gets or sets the value of the property with the specified name, as a boolean value |
![]() | GetByPrefix | Gets all properties whose name starts with the specified prefix. |
![]() | GetDateTimeOffsetValue | Gets or sets the value of the property with the specified name, as a DateTimeOffset value |
![]() | GetDateTimeValue | Gets or sets the value of the property with the specified name, as a DateTime value |
![]() | GetDecimalValue | Overloaded. Gets or sets the value of the property with the specified name, as a decimal value |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<CustomProperty>) |
![]() | GetIntegerValue | Overloaded. Gets or sets the value of the property with the specified name, as an integer value |
![]() | GetProperty | Overloaded. Gets the property at the specified index; |
![]() | GetStringValue | Overloaded. Gets or sets the value of the property with the specified name, as a string value |
![]() | Remove | Overloaded. Removes the property with the specified name. |
![]() | SetBooleanValue | |
![]() | SetDateTimeOffsetValue | |
![]() | SetDateTimeValue | |
![]() | SetDecimalValue | |
![]() | SetIntegerValue | |
![]() | SetStringValue |