Class StdBEFumEvento
Inheritance
System.Object
StdBEFumEvento
Implements
StdPlatBE100.IStdBEFumEvento
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()
Namespace: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("C8E7E936-43CF-48FE-B2AC-EA3AEF041191")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEFumEvento : IStdBEFumEvento
Constructors
StdBEFumEvento()
Declaration
public StdBEFumEvento()
Properties
CustomerID
Código do cliente.
Declaration
public string CustomerID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TraceCount
Contador da operação.
Declaration
public int TraceCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TraceKey
Código da operação.
Declaration
public string TraceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TraceType
Tipo da operação.
Declaration
public int TraceType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
StdPlatBE100.IStdBEFumEvento