Пример #1
0
		///<summary>
		/// Constructor.
		///</summary>
		public LiftSense(Extensible info, Guid guid, LiftObject owner)
		{
			Subsenses = new List<LiftSense>();
			Illustrations = new List<LiftUrlRef>();
			Reversals = new List<LiftReversal>();
			Examples = new List<LiftExample>();
			Notes = new List<LiftNote>();
			Relations = new List<LiftRelation>();
			Id = info.Id;
			Guid = guid;
			DateCreated = info.CreationTime;
			DateModified = info.ModificationTime;
			Owner = owner;
		}
Пример #2
0
 ///<summary>
 /// Constructor.
 ///</summary>
 public LiftSense(Extensible info, Guid guid, LiftObject owner)
 {
     Subsenses     = new List <LiftSense>();
     Illustrations = new List <LiftUrlRef>();
     Reversals     = new List <LiftReversal>();
     Examples      = new List <LiftExample>();
     Notes         = new List <LiftNote>();
     Relations     = new List <LiftRelation>();
     Id            = info.Id;
     Guid          = guid;
     DateCreated   = info.CreationTime;
     DateModified  = info.ModificationTime;
     Owner         = owner;
 }