Hide

YetaWF Documentation

Display
Print

Guid Component

Guid (Display)

Displays the model. If the model is null, nothing is rendered.

Model Type: System.Guid?

[Caption("Owner Guid"), Description("The guid of the Url Service subscriber account")]
[UIHint("Guid"), ReadOnly]
public Guid OwnerGuid { get; set; }

Guid (Edit)

Allows entry of a Guid.

Model Type: System.Guid?

[Caption("Owner Guid"), Description("The guid of the Url Service subscriber account")]
[UIHint("Guid"), GuidValidation, Required, Trim]
public Guid OwnerGuid { get; set; }