SIFWorks ADK 2.0
SIFLogCategory Class
NamespacesEdustructures.SifWorks.InfraSIFLogCategory

[This is preliminary documentation and is subject to change.]

Defines the set of values that can be specified whenever a SIFLogCategory is used as a parameter to a method or constructor.
Declaration Syntax
C#Visual BasicVisual C++
public class SIFLogCategory : SifEnum
Public Class SIFLogCategory _
	Inherits SifEnum
public ref class SIFLogCategory : public SifEnum
Members
All MembersMethodsFields



IconMemberDescription
static memberERROR
Error Conditions ("4")

static memberISSUES_FAILURE
Data Issues with Failure Result ("3")

static memberISSUES_SUCCESS
Data Issues with Success Result ("2")

static memberSUCCESS
Success ("1")

static memberWrap(String)
Wrap an arbitrary string value in a SIFLogCategory object.

Remarks
Alternatively, the static Wrap(String) method can be called to encapsulate any string value in a SIFLogCategory object.

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy
Object
SifSimpleType
 AdkDataType<(Of <String>)>
  SifString
   SifEnum
    SIFLogCategory

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10