C# Class Nyan.Core.Modules.Data.MicroEntitySetupAttribute

Inheritance: System.Attribute
Mostra file Open project: bucknellu/Nyan

Public Properties

Property Type Description
CredentialCypherKeys string>.Dictionary
WebApiControllerName string

Public Methods

Method Description
MicroEntitySetupAttribute ( ) : System

Method Details

MicroEntitySetupAttribute() public method

public MicroEntitySetupAttribute ( ) : System
return System

Property Details

CredentialCypherKeys public_oe property

When set, specifies distinct encrypted username/passwords per environment.
public Dictionary CredentialCypherKeys
return string>.Dictionary

WebApiControllerName public_oe property

public string WebApiControllerName
return string