Class StdBETipoAnexo
Classe que contém todas as propriedades relativas a um Tipo de Anexo.
Inheritance
System.Object
StdBETipoAnexo
Implements
StdPlatBE100.IStdBETipoAnexo
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("C22725C7-BFE2-412B-AAA4-4B823410E5B6")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBETipoAnexo : IStdBETipoAnexo
Constructors
StdBETipoAnexo()
Declaration
public StdBETipoAnexo()
Properties
Descricao
Identificador da Descrição
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tipo
Identificador do Tipo de Anexo.
Declaration
public string Tipo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBETipoAnexo