C# Class CouchbaseModelViews.Framework.Attributes.CouchbaseViewKeyReduceAttributeBase

Inheritance: CouchbaseViewKeyAttributeBase
Show file Open project: couchbaselabs/couchbase-model-views

Public Methods

Method Description
CouchbaseViewKeyReduceAttributeBase ( string viewName, string propertyName = "", int order, string value = "1" ) : System

Method Details

CouchbaseViewKeyReduceAttributeBase() public method

public CouchbaseViewKeyReduceAttributeBase ( string viewName, string propertyName = "", int order, string value = "1" ) : System
viewName string
propertyName string
order int
value string
return System