/// <summary>
		/// </summary>
		/// <param name="other"></param>
		protected BioStateEventElementLocal(BioStateEventElementLocal other)
			: base(other)
		{
			FunctionName = other.FunctionName;
			FunctionNameFlags = other.FunctionNameFlags;
			ObjectTag = other.ObjectTag;
			ObjectTagFlags = other.ObjectTagFlags;
			ObjectType = other.ObjectType;
			UseParam = other.UseParam;
		}
 /// <summary>
 /// </summary>
 /// <param name="other"></param>
 protected BioStateEventElementLocal(BioStateEventElementLocal other)
     : base(other)
 {
     FunctionName      = other.FunctionName;
     FunctionNameFlags = other.FunctionNameFlags;
     ObjectTag         = other.ObjectTag;
     ObjectTagFlags    = other.ObjectTagFlags;
     ObjectType        = other.ObjectType;
     UseParam          = other.UseParam;
 }