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 AuthCodes_Request_SET

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

Constructors

AuthCodes_Request_SET()

Declaration
public AuthCodes_Request_SET()

Properties

AccountID

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

AccountNumber

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

AuthCodeID

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

AuthCodeName

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

DHCPOption82

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

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

ExternalSystemCode

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

HasAlreadyActivated

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

ID

Declaration
public long ID { get; set; }
Property Value
Type Description
System.Int64

IdentificationInfo

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

IDType

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

IpAddress

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

lang

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

MACAddress

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

ModifiedBy

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

ModifiedDate

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

ModifiedFrom

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

NumberAts

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

ParentID

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

Remark

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

SessionId

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

XmlData

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

XmlDataFormat

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