C# Class CavemanTools.Model.Persistence.UniqueStore.UniqueValue

Show file Open project: sapiens/cavemantools Class Usage Examples

Public Methods

Method Description
UniqueValue ( string value, string aspect = DefaultAspect, string scope = "[none]" ) : System

Method Details

UniqueValue() public method

public UniqueValue ( string value, string aspect = DefaultAspect, string scope = "[none]" ) : System
value string Value that needs to be unique. An aspect has only one value
aspect string What aspect of the concept the value refers to. Eg: name, email
scope string Scope where the value should be unique
return System