Show / Hide Table of Contents

Class ExternalConnResponseModel

外部連線資訊Model

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

Properties

View Source

Code

連線待碼

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

ConnectionType

連線類型

Declaration
public int ConnectionType { get; set; }
Property Value
Type Description
System.Int32
View Source

ConnId

外部連線Id

Declaration
public Guid ConnId { get; set; }
Property Value
Type Description
System.Guid
View Source

HasUsed

是否已被使用

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

ModifiedDate

最後修改時間

Declaration
public DateTimeOffset? ModifiedDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
View Source

Name

連線名稱

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