Show / Hide Table of Contents

Class BusinessCodeDTO

Represents a business code.

Inheritance
object
BusinessCodeDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.DataContracts
Syntax
public class BusinessCodeDTO
Remarks

A business code have to be provided by consumer when creating object, for example jpurnalized cases.

Properties

BusinessCodeID

The business code identifier.

Declaration
[DataMember]
public int BusinessCodeID { get; set; }
Property Value
Type Description
int

The business code identifier.

Remarks

A business code have to be provided by consumer when creating object, for example jpurnalized cases.

Name

The name of the business code.

Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type Description
string

The name of the business code, to be displayed to the user.

Remarks

A business code have to be provided by consumer when creating object, for example jpurnalized cases.

Back to top Created by Formpipe