Class StdBESBMenu
Inheritance
System.Object
StdBESBMenu
Implements
StdPlatBE100.IStdBESBMenu
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("1C47C4B9-37C6-4839-A200-6CA4361E824C")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBESBMenu : IStdBESBMenu
Constructors
StdBESBMenu()
Declaration
public StdBESBMenu()
Properties
Apl
Identificador do Módulo
Declaration
public string Apl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContextosRibbon
Declaration
public List<string> ContextosRibbon { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Grande
Declaration
public bool Grande { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Identificador do Id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdIcon
Identificador do Id do Icone.
Declaration
public string IdIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Imagem
Declaration
public Image Imagem { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image |
ImagemGrande
Declaration
public Image ImagemGrande { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image |
Submenus
Identificador dos Sub Menus.
Declaration
public StdBESBMenus Submenus { get; }
Property Value
Type | Description |
---|---|
StdBESBMenus |
Titulo
Identificador do titulo.
Declaration
public string Titulo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TituloPai
Identificador do titulo do menu pai.
Declaration
public string TituloPai { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UniqueId
Declaration
public Guid UniqueId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Visivel
Identificador Visivél.
Declaration
public bool Visivel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
StdPlatBE100.IStdBESBMenu