1 write to Documentation
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
544
Documentation
= new DocumentationElement(this);
37 references to Documentation
System.Data.Entity (37)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
545
Documentation
.Parse(reader);
System\Data\Metadata\Converter.cs (36)
293
if (element.
Documentation
!= null)
295
entityContainer.Documentation = ConvertToDocumentation(element.
Documentation
);
361
if (element.
Documentation
!= null)
363
entityType.Documentation = ConvertToDocumentation(element.
Documentation
);
428
if (element.
Documentation
!= null)
430
complexType.Documentation = ConvertToDocumentation(element.
Documentation
);
495
if (end.
Documentation
!= null)
497
endMember.Documentation = ConvertToDocumentation(end.
Documentation
);
516
if (constraint.
Documentation
!= null)
517
referentialConstraint.Documentation = ConvertToDocumentation(constraint.
Documentation
);
518
if (constraint.PrincipalRole.
Documentation
!= null)
519
referentialConstraint.FromRole.Documentation = ConvertToDocumentation(constraint.PrincipalRole.
Documentation
);
520
if (constraint.DependentRole.
Documentation
!= null)
521
referentialConstraint.ToRole.Documentation = ConvertToDocumentation(constraint.DependentRole.
Documentation
);
530
if (element.
Documentation
!= null)
532
associationType.Documentation = ConvertToDocumentation(element.
Documentation
);
568
if (relationshipEnd != null && (relationshipEnd.
Documentation
!= null))
570
associationEnd.Documentation = ConvertToDocumentation(relationshipEnd.
Documentation
);
620
if (set.
Documentation
!= null)
622
entitySet.Documentation = ConvertToDocumentation(set.
Documentation
);
682
if (end.
Documentation
!= null)
684
associationSetEnd.Documentation = ConvertToDocumentation(end.
Documentation
);
689
if (relationshipSet.
Documentation
!= null)
691
associationSet.Documentation = ConvertToDocumentation(relationshipSet.
Documentation
);
764
if (somProperty.
Documentation
!= null)
766
property.Documentation = ConvertToDocumentation(somProperty.
Documentation
);
837
if (somNavigationProperty.
Documentation
!= null)
839
navigationProperty.Documentation = ConvertToDocumentation(somNavigationProperty.
Documentation
);
988
if (somParameter.
Documentation
!= null)
990
parameter.Documentation = ConvertToDocumentation(somParameter.
Documentation
);
1028
if (somFunction.
Documentation
!= null)
1030
function.Documentation = ConvertToDocumentation(somFunction.
Documentation
);
1065
if (somEnumMember.
Documentation
!= null)
1067
enumMember.Documentation = ConvertToDocumentation(somEnumMember.
Documentation
);
1074
if (somEnumType.
Documentation
!= null)
1076
enumType.Documentation = ConvertToDocumentation(somEnumType.
Documentation
);