示例#1
0
 /// <summary>
 /// This is the init/copy method for this class.
 /// It should be used by the children classes in the constructor in order to correctly fill the properties of the object.
 /// </summary>
 /// <param name="objToCopy"></param>
 protected void Init(PropValueInfo objToCopy)
 {
     if (objToCopy != null)
     {
         Init(objToCopy.PropValue, objToCopy.TwitterHashTag);
     }
 }
示例#2
0
 /// <summary>
 /// This is the init/copy method for this class.
 /// It should be used by the children classes in the constructor in order to correctly fill the properties of the object.
 /// </summary>
 /// <param name="objToCopy"></param>
 protected void Init(PropValueInfo objToCopy)
 {
     if (objToCopy != null)
         Init(objToCopy.PropValue, objToCopy.TwitterHashTag);
 }