PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AdmBEPlanoCopiasSeg

    Definição de um plano de cópias de segurança.

    Inheritance
    System.Object
    StdBE
    AdmBaseBE
    AdmBEPlanoCopiasSeg
    Implements
    AdmBE100.IAdmBEPlanoCopiasSeg
    Inherited Members
    AdmBaseBE.AbvtApl
    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: AdmBE100
    Assembly: AdmBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("2031B3BD-347D-4989-8B3A-7B9351272019")]
    [ClassInterface(ClassInterfaceType.None)]
    public class AdmBEPlanoCopiasSeg : AdmBaseBE, IAdmBEPlanoCopiasSeg

    Constructors

    AdmBEPlanoCopiasSeg()

    Declaration
    public AdmBEPlanoCopiasSeg()

    Properties

    Acoes

    Gets or sets the acoes.

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

    The acoes.

    Calendario

    Definição do calendário do plano

    Declaration
    public AdmBECalendario Calendario { get; set; }
    Property Value
    Type Description
    AdmBECalendario

    DataPlano

    Gets or sets the data plano.

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

    The data plano.

    DetalhePlano

    Definição do Detalhe do plano

    Declaration
    public AdmBEDetalhePlanoManut DetalhePlano { get; set; }
    Property Value
    Type Description
    AdmBEDetalhePlanoManut

    EmModoEdicao

    Indica se o plano de manutenção é novo ou está em edição (uso interno).

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    Empresas

    Gets or sets the empresas.

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

    The empresas.

    Id

    Identificador.

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

    Plano

    Definição do plano em XML

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

    Implements

    AdmBE100.IAdmBEPlanoCopiasSeg