PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class DocDefintionSection

    Classe para criar secções nos tipos de Documentos

    Inheritance
    System.Object
    DocDefintionSection
    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: GlobalSist.Server.WMS.WCF.Request
    Assembly: GlobalSist.Server.WMS.dll
    Syntax
    public class DocDefintionSection

    Constructors

    DocDefintionSection()

    Declaration
    public DocDefintionSection()

    Properties

    Active

    Obtém ou define se a secção se encontra activa

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

    SectionCode

    Obtém ou define o código da Secção

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