Argolis icon indicating copy to clipboard operation
Argolis copied to clipboard

Improve [SupportedClass]

Open tpluscode opened this issue 9 years ago • 0 comments

The idea is to improve the attribute so that not a full URI is necessary.

[SupportedClass(BaseUri = "http://example.com/api#")]
public class Model
{
}

This would produce class id http://example.com/api#Model.

tpluscode avatar Mar 30 '16 14:03 tpluscode