C# Class Ncqrs.Eventing.Storage.PropertyBag

Mostra file Open project: SzymonPobiega/ncqrs Class Usage Examples

Public Methods

Method Description
AddPropertyValue ( string propertyName, object value ) : void

Adds a property value to this bag.

PropertyBag ( Type type ) : System

Initializes a new instance of the T:System.Object class.

Method Details

AddPropertyValue() public method

Adds a property value to this bag.
public AddPropertyValue ( string propertyName, object value ) : void
propertyName string Name of the property.
value object The value.
return void

PropertyBag() public method

Initializes a new instance of the T:System.Object class.
public PropertyBag ( Type type ) : System
type System.Type
return System