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 Customers_Request_SET

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

Constructors

Customers_Request_SET()

Declaration
public Customers_Request_SET()

Properties

AgentCode

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

AgentID

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

Customer_FirstName

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

Customer_MiddleName

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

Customer_SearchName

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

CustomerDate

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

CustomerLanguageId

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

CustomerLogin

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

CustomerPassword

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

Export_ID

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

FullName

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

global_unique_id

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

GroupID

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

ID

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

IDType

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

IsCreatedWithTariffication

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

isUpdateNodeTree

Declaration
public Nullable<int> isUpdateNodeTree { 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

LocationID

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

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

NetworkID

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

ParentID

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

PositionCode

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

ProfileType

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

Remark

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

SalesPointCode

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

SalesPointID

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

SegmentID

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

ShortName

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

StatusID

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

SyncId

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

TechnicalTag

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