Class StdBEFuncionalidade
Classe correspondente à definição de uma funcionalidade.
Implements
StdBE100.IStdBEFuncionalidade
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("A7BFC56A-1AE0-4AEB-899B-9E55507B8598")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEFuncionalidade : StdBaseBE, IStdBEFuncionalidade
Constructors
StdBEFuncionalidade()
Declaration
public StdBEFuncionalidade()
Properties
Activa
Declaration
public bool Activa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Nome
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdBE100.IStdBEFuncionalidade