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 Subscribers_Request_SET

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

Constructors

Subscribers_Request_SET()

Declaration
public Subscribers_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>

AutoCreateContract

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

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>

EffectiveDate

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

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

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>

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 int ParentID { get; set; }
Property Value
Type Description
System.Int32

PositionCode

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

ProfileType

Declaration
public Nullable<int> ProfileType { get; set; }
Property Value
Type Description
System.Nullable<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>

ShortName

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

StandartID

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

StatusID

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

SubscriberLogin

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

SubscriberPassword

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

SyncId

Declaration
public string SyncId { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX