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 CallUserGroups_Request_SET

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

Constructors

CallUserGroups_Request_SET()

Declaration
public CallUserGroups_Request_SET()

Properties

Code

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

ErrFormat

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

ID

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

Name

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

Options

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

Prefixes

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

Priority

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

Type

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