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 SourceCode
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldHelper
Declaration
public string FieldHelper { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fields
Declaration
public IList<FieldViewModel> Fields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FieldViewModel> |
IsRequired
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotSupport
SDK 是否支援此欄位
Declaration
public bool NotSupport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TypeId
Declaration
public string TypeId { get; set; }
Property Value
Type | Description |
---|---|
System.String |