Class LogInfo
Inheritance
System.Object
LogInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoCoreConnector.dll
Syntax
Constructors
|
Improve this Doc
View Source
LogInfo()
Declaration
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
public string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Details
Declaration
public object Details { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
HumanReadable
Declaration
public string HumanReadable { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Symbol
Declaration
public string Symbol { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
AcquirePayload(Func<Object>)
Declaration
static object AcquirePayload(Func<object> acquirePayload)
Parameters
Type |
Name |
Description |
System.Func<System.Object> |
acquirePayload |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Create(IVortexElement)
Declaration
public static LogInfo Create(IVortexElement obj)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexElement |
obj |
|
Returns
|
Improve this Doc
View Source
NameOrSymbol(IVortexElement)
Declaration
public static string NameOrSymbol(IVortexElement obj)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexElement |
obj |
|
Returns
Type |
Description |
System.String |
|