IIsActiveRow interface

namespace: Serenity.Data   assemblySerenity.Net.Entity

Interface for an entity with active field

public interface IIsActiveRow

Members

name description
IsActiveField { get; } Gets the is active field. 1 means active, 0 means inactive, if the row also has IIsActiveDeletedRow interface, then -1 means deleted.

See Also