Show / Hide Table of Contents

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 Source

CategoryList

Declaration
public IEnumerable<FormCategoryViewModel> CategoryList { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<FormCategoryViewModel>
View Source

FormList

Declaration
public IEnumerable<ApplyTaskViewModel> FormList { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ApplyTaskViewModel>
  • View Source
In This Article
Back to top Generated by DocFX