GenerateFieldIds
enum
Namespace: Orleans
This enum provides options for controlling the field id generation logic.
public enum GenerateFieldIdsFields
| Name | Value | Description |
|---|---|---|
None | 0 | Only members explicitly annotated with a field id will be serialized. This is the default. |
PublicProperties | 1 | Field ids will be automatically assigned to eligible public properties. To qualify, a property must have an accessible getter, and either an accessible setter or a corresponding constructor parameter. |
