コード例 #1
0
        public EntityCorrespondence Copy()
        {
            Server.Application.EntityCorrespondence serverEntityCorrespondence = (Server.Application.EntityCorrespondence)ToServerObject();

            EntityCorrespondence copiedEntityCorrespondence = new EntityCorrespondence(application, serverEntityCorrespondence);

            return(copiedEntityCorrespondence);
        }
コード例 #2
0
        public Boolean IsEqual(EntityCorrespondence compareEntityCorrespondence)
        {
            Boolean isEqual = base.IsEqual((CoreExtensibleObject)compareEntityCorrespondence);


            // TODO: UPDATE V2


            return(isEqual);
        }