예제 #1
0
        public void AddWebPage(string value)
        {
            GEDCOMTag tag = fWWWList.Add(new GEDCOMTag(Owner, this, "WWW", value));

            tag.SetLevel(Level);
        }
예제 #2
0
        public void AddFaxNumber(string value)
        {
            GEDCOMTag tag = fFaxList.Add(new GEDCOMTag(Owner, this, "FAX", value));

            tag.SetLevel(Level);
        }
예제 #3
0
        public void AddPhoneNumber(string value)
        {
            GEDCOMTag tag = fPhoneList.Add(new GEDCOMTag(Owner, this, "PHON", value));

            tag.SetLevel(Level);
        }
예제 #4
0
        public void AddEmailAddress(string value)
        {
            GEDCOMTag tag = fEmailList.Add(new GEDCOMTag(Owner, this, "EMAIL", value));

            tag.SetLevel(Level);
        }