Skip to content

IFieldBehavior interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Represents a request handler behavior that is targeted to a field.

public interface IFieldBehavior

Members

name description
Target { get; set; } Gets or sets the target field that the current behavior should operate on.

See Also