Пример #1
0
        public void AddSubject(NPFIT_000070_Role template)
        {
            if (subject == null)
            {
                subject = new List<p_subject_000070>();
            }

            p_subject_000070 participation = new p_subject_000070();
            participation.Role = template;

            subject.Add(participation);
        }
Пример #2
0
        public void AddSubject(NPFIT_000070_Role template)
        {
            if (subject == null)
            {
                subject = new List <p_subject_000070>();
            }

            p_subject_000070 participation = new p_subject_000070();

            participation.Role = template;

            subject.Add(participation);
        }
Пример #3
0
        public void AddSubject(NPFIT_000070_Role template, CDATargetAwareness awarenessCode)
        {
            if (subject == null)
            {
                subject = new List<p_subject_000070>();
            }

            p_subject_000070 participation = new p_subject_000070();
            participation.Role = template;
            participation.awareness = awarenessCode;

            subject.Add(participation);
        }
Пример #4
0
        public void AddSubject(NPFIT_000070_Role template, CDATargetAwareness awarenessCode)
        {
            if (subject == null)
            {
                subject = new List <p_subject_000070>();
            }

            p_subject_000070 participation = new p_subject_000070();

            participation.Role      = template;
            participation.awareness = awarenessCode;

            subject.Add(participation);
        }