IIsActiveRow interface
namespace: Serenity.Data assembly: Serenity.Net.Services
Interface for an entity with an active field.
public interface IIsActiveRow
Members
| name | description |
|---|---|
| IsActiveField { get; } | Gets the is active field. 1 means active, 0 means inactive, and if the row also has the IIsActiveDeletedRow interface, then -1 means deleted. |
See Also
- Source: IIsActiveRow.cs