⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcard.cs

📁 老外Logix Mobile mCoreLib短信控件源码 通过串口或者手机数据线进行连接,可对手机进行 读写操作.
💻 CS
📖 第 1 页 / 共 5 页
字号:
                    value = "";
                }
                this.c = value.Trim();
                if ((this.c.Trim().Length > 0) & (!this.x.j(this.c) & !this.x.f(this.c)))
                {
                    this.c = "";
                    this.x.a(0x1f46L, "Invalid characters in business phone number", "VCARD");
                }
            }
        }

        public string Comment
        {
            get
            {
                this.x.av();
                return this.v;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.v = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.v = "";
                    this.x.a(0x1f55L, "Invalid characters in comment", "VCARD");
                }
                this.a();
            }
        }

        public string Company
        {
            get
            {
                this.x.av();
                return this.k;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.k = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.k = "";
                    this.x.a(0x1f4aL, "Invalid characters in company name", "VCARD");
                }
                this.a();
            }
        }

        public string Destination
        {
            get
            {
                this.x.av();
                return this.a;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.a = value.Trim();
                if ((this.a.Length == 0) | (!this.x.j(this.a) & !this.x.f(this.a)))
                {
                    this.a = "";
                    this.x.a(0x1f41L, "Invalid destination mobile number", "VCARD");
                }
                this.a();
            }
        }

        public string Email
        {
            get
            {
                this.x.av();
                return this.e;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.e = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.d(value.Trim()))
                {
                    this.e = "";
                    this.x.a(0x1f48L, "Invalid email address", "VCARD");
                }
                this.a();
            }
        }

        public string FirstName
        {
            get
            {
                this.x.av();
                return this.f;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.f = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.f = "";
                    this.x.a(0x1f42L, "Invalid characters in first name", "VCARD");
                }
                this.a();
            }
        }

        public string HomeAddressCity
        {
            get
            {
                this.x.av();
                return this.m;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.m = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.m = "";
                    this.x.a(0x1f4cL, "Invalid characters in home address city name", "VCARD");
                }
                this.a();
            }
        }

        public string HomeAddressCountry
        {
            get
            {
                this.x.av();
                return this.p;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.p = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.p = "";
                    this.x.a(0x1f4fL, "Invalid characters in home address country name", "VCARD");
                }
                this.a();
            }
        }

        public string HomeAddressState
        {
            get
            {
                this.x.av();
                return this.n;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.n = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.n = "";
                    this.x.a(0x1f4dL, "Invalid characters in home address state name", "VCARD");
                }
                this.a();
            }
        }

        public string HomeAddressStreet
        {
            get
            {
                this.x.av();
                return this.l;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.l = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.l = "";
                    this.x.a(0x1f4bL, "Invalid characters in home street address", "VCARD");
                }
                this.a();
            }
        }

        public string HomeAddressZIP
        {
            get
            {
                this.x.av();
                return this.o;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.o = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.o = "";
                    this.x.a(0x1f4eL, "Invalid characters in home address ZIP code", "VCARD");
                }
                this.a();
            }
        }

        public string HomePhone
        {
            get
            {
                this.x.av();
                return this.b;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.b = value.Trim();
                if ((this.b.Trim().Length > 0) & (!this.x.j(this.b) & !this.x.f(this.b)))
                {
                    this.b = "";
                    this.x.a(0x1f45L, "Invalid characters in home phone number", "VCARD");
                }
                this.a();
            }
        }

        public string JobTitle
        {
            get
            {
                this.x.av();
                return this.j;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.j = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.j = "";
                    this.x.a(0x1f49L, "Invalid characters in title", "VCARD");
                }
                this.a();
            }
        }

        public string LastName
        {
            get
            {
                this.x.av();
                return this.h;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.h = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.h = "";
                    this.x.a(0x1f44L, "Invalid characters in last name", "VCARD");
                }
                this.a();
            }
        }

        public string mCore.IvCard.BusinessAddressCity
        {
            get
            {
                this.x.av();
                return this.r;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.r = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.r = "";
                    this.x.a(0x1f51L, "Invalid characters in business address city name", "VCARD");
                }
                this.a();
            }
        }

        public string mCore.IvCard.BusinessAddressCountry
        {
            get
            {
                this.x.av();
                return this.u;
            }
            set
            {
                this.x.av();
                if (value == null)
                {
                    value = "";
                }
                this.u = value.Trim();
                if ((value.Trim().Length > 0) & !this.x.h(value))
                {
                    this.u = "";
                    this.x.a(0x1f54L, "Invalid characters in business address country name", "VCARD");
                }
                this.a();
            }
        }

        public string mCore.IvCard.BusinessAddressState

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -