Exemplo n.º 1
0
        public void AddProperty(PropertyDocumentData data)
        {
            if (data != null)
            {
                if (data.Id == null)
                {
                    data.GenerateId();
                }

                this.properties.Add(data.Id, data);
            }
        }
Exemplo n.º 2
0
        public void AddProperty(PropertyDocumentData data)
        {
            if (data != null)
            {
                if (data.Id == null)
                {
                    data.GenerateId();
                }

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