示例#1
0
        public void AddProperty(PropertyDocumentData data)
        {
            if (data != null)
            {
                if (data.Id == null)
                {
                    data.GenerateId();
                }

                this.properties.Add(data.Id, data);
            }
        }
示例#2
0
        public void AddProperty(PropertyDocumentData data)
        {
            if (data != null)
            {
                if (data.Id == null)
                {
                    data.GenerateId();
                }

                this.properties.Add(data.Id, data);
            }
        }