PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class GroupRequest

    Classe para efectuar acções sobre Famílias

    Inheritance
    System.Object
    GroupRequest
    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 GroupRequest

    Constructors

    GroupRequest()

    Declaration
    public GroupRequest()

    Properties

    ERPCompany

    Obtém ou define o código da empresa do ERP

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

    GroupCode

    Obtém ou define o código da Família

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

    GroupID

    Obtém ou define o identificador da Família

    Declaration
    public int GroupID { get; set; }
    Property Value
    Type Description
    System.Int32

    Groups

    Obtém ou define a lista de Sub-Famílias

    Declaration
    public List<GroupRequest> Groups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GroupRequest>

    Level

    Obtém ou define o nível da Família

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32

    Name

    Obtém ou define o nome da Família

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

    OldGroupCode

    Obtém ou define o código antigo da Família

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

    ParentGroupID

    Obtém ou define o identificador da Família Pai

    Declaration
    public int? ParentGroupID { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>