C# 클래스 CavemanTools.Model.Persistence.UniqueStore.UniqueValue

파일 보기 프로젝트 열기: sapiens/cavemantools 1 사용 예제들

공개 메소드들

메소드 설명
UniqueValue ( string value, string aspect = DefaultAspect, string scope = "[none]" ) : System

메소드 상세

UniqueValue() 공개 메소드

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
리턴 System