PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEFuncionalidade

    Classe correspondente à definição de uma funcionalidade.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEFuncionalidade
    Implements
    StdBE100.IStdBEFuncionalidade
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    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