Method WithID
WithID(FieldDescriptorID)
Sets the ID for the field descriptor.
public T WithID(FieldDescriptorID id)
Parameters
id
FieldDescriptorIDThe ID to set.
Returns
- T
The builder instance.
WithID(Guid)
Sets the ID for the field descriptor using a GUID.
public T WithID(Guid id)
Parameters
id
GuidThe GUID to set as the ID.
Returns
- T
The builder instance.