We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24de5a commit 7447a2eCopy full SHA for 7447a2e
src/FluentNHibernate/Mapping/FilterPart.cs
@@ -39,17 +39,6 @@ public string Name
39
get { return filterName; }
40
}
41
42
- [Obsolete("Do not call this method. Implementation detail mistakenly made public. Will be made private in next version.")]
43
- public void Write(XmlElement classElement, IMappingModelVisitor visitor)
44
- {
45
- XmlElement filterElement = classElement.AddElement("filter");
46
- filterElement.SetAttribute("name", Name);
47
- if (!string.IsNullOrEmpty(Condition))
48
49
- filterElement.SetAttribute("condition", Condition);
50
- }
51
52
-
53
public override bool Equals(object obj)
54
{
55
if (ReferenceEquals(null, obj)) return false;
0 commit comments