C# Class Ncqrs.Eventing.Storage.PropertyBag

Afficher le fichier Open project: SzymonPobiega/ncqrs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

PropertyBag() public méthode

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