Class StdBELinhaDetalheLog
Esta classe representa uma linha de uma comparação entre dois objetos no log.
Inheritance
System.Object
StdBELinhaDetalheLog
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: StdBE100
Assembly: StdBE100.dll
Syntax
public class StdBELinhaDetalheLog
Constructors
StdBELinhaDetalheLog()
Declaration
public StdBELinhaDetalheLog()
Properties
Actualizado
Novo valor do campo.
Declaration
public string Actualizado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Anterior
Valor anterior do campo.
Declaration
public string Anterior { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Campo
Campo a que se refere a informação.
Declaration
public string Campo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tipo
Tipo do campo.
Declaration
public int Tipo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |