C# 클래스 Ncqrs.Eventing.Storage.PropertyBag

파일 보기 프로젝트 열기: SzymonPobiega/ncqrs 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AddPropertyValue() 공개 메소드

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

PropertyBag() 공개 메소드

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