LoggerEntryBase Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerEntryBase Constructor

BR.AN.PviServices .NET


Initializes the instance

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Overloads Sub New( _

  ByVal parent As Object, _

  ByVal dateTime As Date, _

  ByVal addKeyOnly As Boolean, _

  ByVal reverseOrder As Boolean _

)

[C#]

[CLSCompliant(IsCompliant=False)]

LoggerEntryBase(

  object parent,

  DateTime dateTime,

  bool addKeyOnly,

  bool reverseOrder

);

Parameters

parent

The parent object.

dateTime

The date and time.

addKeyOnly

the flag indicating wheter to get the global ID and the time stamp for the key or not.

reverseOrder

the flag indicating wheter to generate a key in reverse order or not. (increment id or decrement id)

See Also

LoggerEntryBase Class | BR.AN.PviServices Namespace | LoggerEntryBase Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]