Datum Component System
Procs | |
GetIdFromArguments | Generates an id for bespoke elements when given the argument list Generating the id here is a bit complex because we need to support named arguments Named arguments can appear in any order and we need them to appear after ordered arguments We assume that no one will pass in a named argument with a value of null |
---|
Proc Details
GetIdFromArguments
Generates an id for bespoke elements when given the argument list Generating the id here is a bit complex because we need to support named arguments Named arguments can appear in any order and we need them to appear after ordered arguments We assume that no one will pass in a named argument with a value of null