AgGateway.ADAPT.ApplicationDataModel.Logistics.Person.Person C# (CSharp) Метод

Person() публичный Метод

public Person ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Person()
        {
            Id = CompoundIdentifierFactory.Instance.Create();
            ContextItems = new List<ContextItem>();
        }
Person