Show / Hide Table of Contents

Interface ITask

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IEquatable<ITask>.Equals(ITask)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ITask : IModel, IAttributeObject, IEquatable<ITask>

Properties

Category

Declaration
string Category { get; set; }
Property Value
Type Description
string

Completed

Declaration
DateTime? Completed { get; set; }
Property Value
Type Description
DateTime?

CompletedUserId

Declaration
int? CompletedUserId { get; set; }
Property Value
Type Description
int?

CompletedUserIdentifier

Declaration
string CompletedUserIdentifier { get; set; }
Property Value
Type Description
string

Instruction

Declaration
string Instruction { get; set; }
Property Value
Type Description
string

Name

Declaration
string Name { get; set; }
Property Value
Type Description
string

NameLocalizations

Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

Scheduled

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

ScheduledUserId

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

ScheduledUserIdentifier

Declaration
string ScheduledUserIdentifier { get; set; }
Property Value
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