Show / Hide Table of Contents

Interface IModel

Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IModel

Properties

Created

Declaration
DateTime Created { get; set; }
Property Value
Type Description
DateTime

Id

Declaration
int Id { get; set; }
Property Value
Type Description
int

IsExistingObject

Declaration
bool IsExistingObject { get; }
Property Value
Type Description
bool

IsNewObject

Declaration
bool IsNewObject { get; }
Property Value
Type Description
bool

Status

Declaration
ObjectStatus Status { get; set; }
Property Value
Type Description
ObjectStatus

UpdateMode

Declaration
UpdateMode UpdateMode { get; set; }
Property Value
Type Description
UpdateMode

Updated

Declaration
DateTime Updated { get; set; }
Property Value
Type Description
DateTime

Methods

GetUiString()

Declaration
string GetUiString()
Returns
Type Description
string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX