Example #1
0
 /// <summary>
 /// Determines whether the property value has changed from the original data.
 /// </summary>
 /// <param name="columnName">The column name.</param>
 /// <returns>
 ///     <c>true</c> if the property value has changed; otherwise, <c>false</c>.
 /// </returns>
 public override bool IsPropertyChanged(string columnName)
 {
     return(IsPropertyChanged(EntityHelper.GetEnumValue <FilesColumn>(columnName)));
 }
Example #2
0
 ///<summary>
 ///  Returns a Typed Files Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Files DeepCopy()
 {
     return(EntityHelper.Clone <Files>(this as Files));
 }
Example #3
0
 ///<summary>
 ///  Returns a Typed KitInfo Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual KitInfo DeepCopy()
 {
     return(EntityHelper.Clone <KitInfo>(this as KitInfo));
 }
 ///<summary>
 ///  Returns a Typed Transnum Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Transnum DeepCopy()
 {
     return(EntityHelper.Clone <Transnum>(this as Transnum));
 }
 ///<summary>
 ///  Returns a Typed Barcode Entity which is a deep copy of the current entity.
 ///</summary>
 public virtual Barcode DeepCopy()
 {
     return(EntityHelper.Clone <Barcode>(this as Barcode));
 }