GuidField constructor

namespace: Serenity.Data   assemblySerenity.Net.Services

Field with a Guid value

public GuidField(ICollection<Field> collection, string name, LocalText caption = null, 
    int size = 0, FieldFlags flags = FieldFlags.Default, Func<IRow, Guid?> getValue = null, 
    Action<IRow, Guid?> setValue = null)
parameter description
collection The collection.
name The name.
caption The caption.
size The size.
flags The flags.
getValue The get value.
setValue The set value.

Remarks

Initializes a new instance of the GuidField class.

See Also