AgGateway.ADAPT.ApplicationDataModel.Logistics.Person.Person C# (CSharp) Méthode

Person() public méthode

public Person ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public Person()
        {
            Id = CompoundIdentifierFactory.Instance.Create();
            ContextItems = new List<ContextItem>();
        }
Person