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