Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.37 KB

ItemNumberDto.md

File metadata and controls

16 lines (11 loc) · 1.37 KB

ItemNumberDto

Properties

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]

[Back to Model list] [Back to API list] [Back to README]