Метод | Описание | |
---|---|---|
UniqueValue ( string value, string aspect = DefaultAspect, string scope = "[none]" ) : System |
|
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 |