Class AllCanApplyFormViewModel
Inheritance
System.Object
AllCanApplyFormViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models.Bpm
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class AllCanApplyFormViewModel
Properties
View SourceCategoryList
Declaration
public IEnumerable<FormCategoryViewModel> CategoryList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FormCategoryViewModel> |
FormList
Declaration
public IEnumerable<ApplyTaskViewModel> FormList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ApplyTaskViewModel> |