Name | Type | Description | Notes |
---|---|---|---|
Id | string | Elements GUID identifier. | |
StringRepresentation | string | Will return this ItemNumber as point delimited string. Will not distinguish between upper- and lowercase and return an all-lowercase representation. Will consider first numbers, then characters, e.g. 1a is considered preceding aa. | [optional] |
IsSchemaCompliant | bool | Indicates if the characters and the length of the Identifiers match the current ItemNumberSchema. | [readonly] |
ItemNumberSchema | ItemNumberSchemaDto | [optional] | |
Identifiers | []string | Collection of the single identifiers in this ItemNumber. P.e., "02.03.004" will have three elements "02", "03", and "004". Since ReadOnlyObservableCollection`1 does have the event set to protected, it can be accessed like this: (itemNumber.Identifiers as INotifyCollectionChanged).CollectionChanged | [optional] |
IsLot | bool | This indicates if this item number is at the lot level. Find out more about lots in the documentation. | [readonly] |