Class StdBEValorLng
Classe que define um valor do tipo Long.
Implements
StdBE100.IStdBEValorLng
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
[ComVisible(true)]
[Guid("B3A1D380-E647-49AF-A094-D4938849CFE7")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEValorLng : StdBaseBE, IStdBEValorLng
Constructors
StdBEValorLng()
Declaration
public StdBEValorLng()
Properties
Chave
Identificador do valor.
Declaration
public string Chave { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tag
Tag do valor.
Declaration
public object Tag { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Valor
Valor.
Declaration
public int Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
StdBE100.IStdBEValorLng