Class BranchInfo
Represents branch information data JSON
Inheritance
System.Object
BranchInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP.Services.Data
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class BranchInfo
Constructors
BranchInfo()
Declaration
public BranchInfo()
Properties
assetId
Declaration
public long assetId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
branchId
Declaration
public long branchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
branchName
Declaration
public string branchName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
isCurrent
Declaration
public bool isCurrent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
parentAssetVersion
Declaration
public AssetVersion parentAssetVersion { get; set; }
Property Value
Type | Description |
---|---|
AssetVersion |
promotedBranchId
Declaration
public long promotedBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
systemName
Declaration
public string systemName { get; set; }
Property Value
Type | Description |
---|---|
System.String |