C# Class CouchbaseModelViews.Framework.Attributes.CouchbaseCollatedViewKeyAttribute

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

Public Methods

Method Description
CouchbaseCollatedViewKeyAttribute ( string viewName, string relationName, string relationPropertyName, string propertyName = "", int order ) : System

Method Details

CouchbaseCollatedViewKeyAttribute() public method

public CouchbaseCollatedViewKeyAttribute ( string viewName, string relationName, string relationPropertyName, string propertyName = "", int order ) : System
viewName string
relationName string
relationPropertyName string
propertyName string
order int
return System