Exemplo n.º 1
0
        public virtual object Clone()
        {
            CommunityTag clone = new CommunityTag();

            clone.Tag         = Tag;
            clone.IdCommunity = IdCommunity;
            return(clone);
        }
Exemplo n.º 2
0
        public virtual CommunityTag Copy(TagItem tag, litePerson person, String ipAddress, String proxyIpAddress, DateTime?createdOn)
        {
            CommunityTag clone = new CommunityTag();

            clone.Tag         = tag;
            clone.IdCommunity = IdCommunity;
            clone.CreateMetaInfo(person, ipAddress, proxyIpAddress, createdOn);
            return(clone);
        }