///<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; }
///<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; }