PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class clsPermissaoDinamica

    Classe correspondente a uma permissão dinâmica (operação por empresa).

    Inheritance
    System.Object
    clsPermissaoDinamica
    Implements
    AdmEngine100.IclsPermissaoDinamica
    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: AdmEngine100
    Assembly: AdmEngine100.dll
    Syntax
    [ComVisible(true)]
    [Guid("A3CEBA68-4CCF-4F1A-AC84-A1B0FB8AA749")]
    [ClassInterface(ClassInterfaceType.None)]
    public class clsPermissaoDinamica : IclsPermissaoDinamica

    Constructors

    clsPermissaoDinamica()

    Declaration
    public clsPermissaoDinamica()

    Properties

    Aplicacao

    Declaration
    public string Aplicacao { get; set; }
    Property Value
    Type Description
    System.String

    Atributo

    Declaration
    public string Atributo { get; set; }
    Property Value
    Type Description
    System.String

    ChaveLog

    Declaration
    public string ChaveLog { get; }
    Property Value
    Type Description
    System.String

    CodigoTabLog

    Declaration
    public string CodigoTabLog { get; }
    Property Value
    Type Description
    System.String

    Emp

    Declaration
    public string Emp { get; set; }
    Property Value
    Type Description
    System.String

    Entidade

    Declaration
    public string Entidade { get; set; }
    Property Value
    Type Description
    System.String

    EstadoBE

    Declaration
    public string EstadoBE { get; set; }
    Property Value
    Type Description
    System.String

    Operacao

    Declaration
    public string Operacao { get; set; }
    Property Value
    Type Description
    System.String

    Perfil

    Declaration
    public string Perfil { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    AdmEngine100.IclsPermissaoDinamica