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 Contracts_Request_SET

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

Constructors

Contracts_Request_SET()

Declaration
public Contracts_Request_SET()

Properties

Amount

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

AuthCodeID

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

CategoryID

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

ClassID

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

DataFormat

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

DateEnd

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

DateStart

Declaration
public Nullable<DateTime> DateStart { 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

ExtentionID

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

ExternalID

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

ExternalSystemCode

Declaration
public string ExternalSystemCode { 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

JsonData

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

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

Name

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

ParentID

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

Primary

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

Remark

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

StatusID

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