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 ServiceSubscriptions_Request_SET

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

Constructors

ServiceSubscriptions_Request_SET()

Declaration
public ServiceSubscriptions_Request_SET()

Properties

Amount

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

Count

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

DateDrop

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

DateSet

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

ID

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

Item[String]

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

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

OverrideHistory

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

PacketID

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

ParentID

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

PriceRatio

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

Remark

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

ServiceCode

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

StatusID

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

TaskID

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

TaskJsonData

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