Show / Hide Table of Contents

Class FieldViewModel

Inheritance
System.Object
FieldViewModel
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 FieldViewModel

Properties

View Source

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String
View Source

FieldHelper

Declaration
public string FieldHelper { get; set; }
Property Value
Type Description
System.String
View Source

Fields

Declaration
public IList<FieldViewModel> Fields { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<FieldViewModel>
View Source

IsRequired

Declaration
public bool IsRequired { get; set; }
Property Value
Type Description
System.Boolean
View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

NotSupport

SDK 是否支援此欄位

Declaration
public bool NotSupport { get; set; }
Property Value
Type Description
System.Boolean
View Source

TypeId

Declaration
public string TypeId { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX