Class BasBELinhaIECCategoria
Esta classe identifica o detalhe da linha de Categoria do IEC.
Implements
BasBE100.IBasBELinhaIECCategoria
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: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("B2E63A81-EFE3-46E5-8312-9F6E4103B456")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBELinhaIECCategoria : BasBaseBE, IBasBELinhaIECCategoria
Constructors
BasBELinhaIECCategoria()
Declaration
public BasBELinhaIECCategoria()
Properties
Categoria
Codigo da Categoria do IEC
Declaration
public string Categoria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalOperacao
Identifica o local de operação
Declaration
public string LocalOperacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorIEC
Identifica o código do iec
Declaration
public double ValorIEC { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBELinhaIECCategoria