Collapse All
Expand All
C#
.NET Framework Class Library
TimelineIDGenerator Delegate
See Also
Send Feedback
Function to use to generate a byte id from a string name
Namespace:
Janus
Assembly:
Janus
(in Janus.dll)
Syntax
C#
public
delegate
byte
[]
TimelineIDGenerator
(
string
fieldName
)
Parameters
fieldName
Type:
System
.
.
::
.
.
String
String name of the timeline.
See Also
Janus Namespace