logo mef-dev
  • Developer's Guide
    • Plugin basics
    • Introduction
    • Platform overview
    • Plugin guides
    • First UI package
    • Package registration
    • First Backend package
    • Portal package creation
    • REST API
    • REST API using
    • Request Formats
  • Documentation
    • UI Kit documentation
    • Telecom BSS
    • Ui Kit Demo
  • Blog
  • Community
Image Image
Show / Hide Table of Contents

Class Adjustments_Request_SET

Inheritance
System.Object
Adjustments_Request_SET
AdjustmentsRequest
Namespace: Natec.Widecoup
Assembly: Natec.Entities.dll
Syntax
public class Adjustments_Request_SET : BaseEntity, IPropertyIndexer

Constructors

Adjustments_Request_SET()

Declaration
public Adjustments_Request_SET()

Properties

Amount

Declaration
public Nullable<Decimal> Amount { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Annul

Declaration
public int Annul { get; set; }
Property Value
Type Description
System.Int32

BillID

Declaration
public Nullable<long> BillID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ChargeID

Declaration
public Nullable<long> ChargeID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

DetailID

Declaration
public Nullable<int> DetailID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

DocDate

Declaration
public Nullable<DateTime> DocDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

DocNum

Declaration
public string DocNum { get; set; }
Property Value
Type Description
System.String

EffectiveDate

Declaration
public Nullable<DateTime> EffectiveDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

EntityName

Declaration
public string EntityName { get; set; }
Property Value
Type Description
System.String

ErrFormat

Declaration
public string ErrFormat { get; set; }
Property Value
Type Description
System.String

ID

Declaration
public Nullable<int> ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

IDType

Declaration
public Nullable<int> IDType { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Item[String]

Declaration
public object this[string index] { get; set; }
Parameters
Type Name Description
System.String index
Property Value
Type Description
System.Object

lang

Declaration
public string lang { get; set; }
Property Value
Type Description
System.String

ModifiedBy

Declaration
public string ModifiedBy { get; set; }
Property Value
Type Description
System.String

ModifiedFrom

Declaration
public string ModifiedFrom { get; set; }
Property Value
Type Description
System.String

ParentID

Declaration
public Nullable<int> ParentID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PaymentID

Declaration
public Nullable<long> PaymentID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ReasonID

Declaration
public Nullable<int> ReasonID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Remark

Declaration
public string Remark { get; set; }
Property Value
Type Description
System.String

TransferReasonID

Declaration
public Nullable<int> TransferReasonID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TransferTo

Declaration
public Nullable<int> TransferTo { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TypeID

Declaration
public Nullable<int> TypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
In This Article
Back to top Generated by DocFX