Class StdBENavegador
Inheritance
System.Object
StdBENavegador
Implements
StdPlatBE100.IStdBENavegador
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("7D8F5918-9E3B-4FD7-9563-F41AF3242A8D")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBENavegador : IStdBENavegador
Constructors
StdBENavegador()
Declaration
public StdBENavegador()
Properties
Apl
Abreviatura da aplicação.
Declaration
public string Apl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Estado de edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Identificador do navegador.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Utilizador
Identificador do utilizador.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XML
Definição do navegador (em XML).
Declaration
public string XML { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBENavegador