Class Networks_Request_GET
Inheritance
System.Object
Networks_Request_GET
Assembly: Natec.Entities.dll
Syntax
public class Networks_Request_GET : BaseEntity, IPropertyIndexer
Constructors
Networks_Request_GET()
Declaration
public Networks_Request_GET()
Properties
Declaration
public string ErrFormat { 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 |
|
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 |
|
NetworkName
Declaration
public string NetworkName { get; set; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ParentID
Declaration
public Nullable<int> ParentID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|