ModelAttribute.AutoGeneratedName Property

Definition

Specifies if the Objective-C type name for the model should be automatically generated (and unique).

public bool AutoGeneratedName { get; set; }
member this.AutoGeneratedName : bool with get, set

Property Value

If the Objective-C type name for the model should be automatically generated.

Remarks

The generated name is currently based on the assembly name and full type name of the model, but this may change in the future (for instance to ensure uniqueness).

This value is only taken into account when used in binding code / projects.

Applies to