Class StdBEDefView
Classe correspondente à definição de uma View na base de dados.
Implements
StdBE100.IStdBEDefView
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("7FB84590-2725-4675-8A60-57693BD077D3")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEDefView : StdBaseBE, IStdBEDefView
Constructors
StdBEDefView()
Declaration
public StdBEDefView()
Properties
Definicao
Declaration
public string Definicao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nome
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdBE100.IStdBEDefView