C# Class Marten.Services.Events.AggregationLookupStrategy

Show file Open project: JasperFx/marten

Public Properties

Property Type Description
UsePrivateApply AggregationLookupStrategy
UsePublicApply AggregationLookupStrategy
Value short

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
AggregationLookupStrategy ( short value )
Equals ( AggregationLookupStrategy other ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

UsePrivateApply public static property

public static AggregationLookupStrategy,Marten.Services.Events UsePrivateApply
return AggregationLookupStrategy

UsePublicApply public static property

public static AggregationLookupStrategy,Marten.Services.Events UsePublicApply
return AggregationLookupStrategy

Value public property

public short Value
return short