質問

I created integer EDT for "Item Number".

Which "Extends" type should I use in properties for positive int numbers?

役に立ちましたか?

解決

Well, there is the EDT PositiveNumber.

But if you are making a new type for identification purposes, you may leave the Extends property blank, and set AllowNegative to No. Beware that you will be limited to 9 digits for int and 18 for int64.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top