Skip to content

Commit

Permalink
Refinement of support for MessagePack.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcelhanon committed Oct 21, 2024
1 parent be49440 commit c518c58
Show file tree
Hide file tree
Showing 12 changed files with 908 additions and 7,117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -694,15 +685,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -1128,15 +1110,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -1469,15 +1442,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -1867,15 +1831,6 @@ Entities.Common.Homograph.ISchoolAddress Entities.Common.Homograph.ISchool.Schoo
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -2163,15 +2118,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -2471,15 +2417,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -2884,15 +2821,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -3318,15 +3246,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -3659,15 +3578,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -4147,15 +4057,6 @@ Entities.Common.Homograph.IStudentAddress Entities.Common.Homograph.IStudent.Stu
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -4466,15 +4367,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down Expand Up @@ -4941,15 +4833,6 @@ public override int GetHashCode()
// -------------------------------------------------------------
// -------------------------------------------------------------

// =============================================================
// Extensions
// -------------------------------------------------------------
// NOT a lookup column, Not supported by this model, so there's "null object pattern" style implementation
public System.Collections.IDictionary Extensions {
get { return null; }
set { }
}
// -------------------------------------------------------------

// =============================================================
// Collections
Expand Down
Loading

0 comments on commit c518c58

Please sign in to comment.