Class StdBEValorVar
Classe que define um valor do tipo Variant.
Implements
StdBE100.IStdBEValorVar
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("5827F60E-6D18-4A9F-91EE-9CD81722649A")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEValorVar : StdBaseBE, IStdBEValorVar
Constructors
StdBEValorVar()
Declaration
public StdBEValorVar()
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 object Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Implements
StdBE100.IStdBEValorVar