[Missing <summary> documentation for "T:Quine.Schemas.Core.Eventing.ObjectPropertyBag"]
[DataContractAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
public sealed class ObjectPropertyBag : PropertyValueBag
ObjectPropertyBag | Constructor. If o is not null, automatically adds members by calling [!:Add(object, int)]. |
Data |
Collection of key-value pairs. The property never returns null, but data is allocated only on first access.
(Inherited from PropertyValueBag) |
HasData |
Used to check whether data dictionary is present without allocating it.
(Inherited from PropertyValueBag) |
Add |
Adds a value under key to Data. If either the key
or the value is null, nothing is added to the data dictionary.
(Inherited from PropertyValueBag) |
AddMembers(Object, Int32) |
Convenience overload for the most common use of AddMembers(Object, FuncMemberInfo, Boolean):
adding all of public fields and/or properties to the bag.
(Inherited from PropertyValueBag) |