Class StaffGroupJobFrequencyCustom
Inheritance
System.Object
StaffGroupJobFrequencyCustom
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StaffGroupJobFrequencyCustom
Constructors
StaffGroupJobFrequencyCustom()
Declaration
public StaffGroupJobFrequencyCustom()
Properties
Frequency
Declaration
public int Frequency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsBiWeekly
Declaration
public bool IsBiWeekly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDaily
Declaration
public bool IsDaily { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsHourly
Declaration
public bool IsHourly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMonthly
Declaration
public bool IsMonthly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRefreshAllowed
Declaration
public bool IsRefreshAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsWeekly
Declaration
public bool IsWeekly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StaffGroupCode
Declaration
public string StaffGroupCode { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffGroupId
Declaration
public int StaffGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffGroupName
Declaration
public string StaffGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|