AgGateway.ADAPT.ApplicationDataModel.Logistics.Person.Person C# (CSharp) Method

Person() public method

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