Class StdBESBBarra
Classe que contém todas as propriedades relativas à Barra (Shortcut Bar).
Inheritance
System.Object
StdBESBBarra
Implements
StdPlatBE100.IStdBESBBarra
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("C92C367D-D701-43AD-ABE6-B73349835D3A")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBESBBarra : IStdBESBBarra
Constructors
StdBESBBarra()
Declaration
public StdBESBBarra()
Properties
Apls
Identificador de Módulos.
Declaration
public StdBEValoresStr Apls { get; }
Property Value
Type | Description |
---|---|
StdBEValoresStr |
ContextosRibbon
Declaration
public List<string> ContextosRibbon { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Id
Identificador do Id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Menus
Identificador de Menus.
Declaration
public StdBESBMenus Menus { get; }
Property Value
Type | Description |
---|---|
StdBESBMenus |
Partilhada
Identificador de Barra Partilhada.
Declaration
public bool Partilhada { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Posicao
Identificador da posição da Barra.
Declaration
public int Posicao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Sistema
Identificador de sistema.
Declaration
public bool Sistema { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Titulo
Identificador do Titulo.
Declaration
public string Titulo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visivel
Identificador da propriedade visivél da barra.
Declaration
public bool Visivel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
StdPlatBE100.IStdBESBBarra