PageRenderTime 54ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/MvcMusicStore/bin/EntityFramework.xml

#
XML | 1183 lines | 1181 code | 1 blank | 1 comment | 0 complexity | 34ede6c94c9e691d54873095a3e9052d MD5 | raw file
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>EntityFramework</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Data.Edm.Strings">
  8. <summary>
  9. Strongly-typed and parameterized string resources.
  10. </summary>
  11. </member>
  12. <member name="M:System.Data.Edm.Strings.EdmPrimitiveType_SetPropertyNotSupported(System.Object)">
  13. <summary>
  14. A string like "The '{0}' property of EdmPrimitiveType is fixed and cannot be set."
  15. </summary>
  16. </member>
  17. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_SystemNamespaceEncountered(System.Object)">
  18. <summary>
  19. A string like "The namespace '{0}' is a system namespace and cannot be used by other schemas. Choose another namespace name."
  20. </summary>
  21. </member>
  22. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_SimilarRelationshipEnd(System.Object,System.Object,System.Object,System.Object,System.Object)">
  23. <summary>
  24. A string like "Role '{0}' in AssociationSets ‘{1}’ and ‘{2}’ refers to the same EntitySet '{3}' in EntityContainer '{4}'. Make sure that if two or more AssociationSets refer to the same AssociationType, the ends do not refer to the same EntitySet."
  25. </summary>
  26. </member>
  27. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidEntitySetNameReference(System.Object,System.Object)">
  28. <summary>
  29. A string like "The referenced EntitySet ‘{0}’ for End ‘{1}’ could not be found in the containing EntityContainer."
  30. </summary>
  31. </member>
  32. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_ConcurrencyRedefinedOnSubTypeOfEntitySetType(System.Object,System.Object,System.Object)">
  33. <summary>
  34. A string like "Type '{0}' is derived from type '{1}' that is the type for EntitySet '{2}'. Type '{0}' defines new concurrency requirements that are not allowed for subtypes of base EntitySet types."
  35. </summary>
  36. </member>
  37. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_EntitySetTypeHasNoKeys(System.Object,System.Object)">
  38. <summary>
  39. A string like "EntitySet ‘{0}’ is based on type ‘{1}’ that has no keys defined."
  40. </summary>
  41. </member>
  42. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_DuplicateEndName(System.Object)">
  43. <summary>
  44. A string like "The end name ‘{0}’ is already defined."
  45. </summary>
  46. </member>
  47. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_DuplicatePropertyNameSpecifiedInEntityKey(System.Object,System.Object)">
  48. <summary>
  49. A string like "The key specified in EntityType '{0}' is not valid. Property '{1}' is referenced more than once in the Key element."
  50. </summary>
  51. </member>
  52. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidCollectionKindNotCollection(System.Object)">
  53. <summary>
  54. A string like "Property '{0}' has a CollectionKind specified but is not a collection property."
  55. </summary>
  56. </member>
  57. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidCollectionKindNotV1_1(System.Object)">
  58. <summary>
  59. A string like "Property '{0}' has a CollectionKind specified. CollectionKind is only supported in version 1.1 EDM models."
  60. </summary>
  61. </member>
  62. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidComplexTypeAbstract(System.Object)">
  63. <summary>
  64. A string like "ComplexType '{0}' is marked as abstract. Abstract ComplexTypes are only supported in version 1.1 EDM models."
  65. </summary>
  66. </member>
  67. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidComplexTypePolymorphic(System.Object)">
  68. <summary>
  69. A string like "ComplexType '{0}' has a BaseType specified. ComplexType inheritance is only supported in version 1.1 EDM models."
  70. </summary>
  71. </member>
  72. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidKeyNullablePart(System.Object,System.Object)">
  73. <summary>
  74. A string like "Key part '{0}' for type ‘{1}’ is not valid. All parts of the key must be non-nullable."
  75. </summary>
  76. </member>
  77. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_EntityKeyMustBeScalar(System.Object,System.Object)">
  78. <summary>
  79. A string like "The property '{0}' in EntityType '{1}' is not valid. All properties that are part of the EntityKey must be of PrimitiveType."
  80. </summary>
  81. </member>
  82. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidKeyKeyDefinedInBaseClass(System.Object,System.Object)">
  83. <summary>
  84. A string like "Key usage is not valid. The {0} class cannot define keys because one of its base classes (‘{1}’) defines keys."
  85. </summary>
  86. </member>
  87. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_KeyMissingOnEntityType(System.Object)">
  88. <summary>
  89. A string like "EntityType '{0}' has no key defined. Define the key for this EntityType."
  90. </summary>
  91. </member>
  92. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_BadNavigationPropertyUndefinedRole(System.Object,System.Object,System.Object)">
  93. <summary>
  94. A string like "NavigationProperty is not valid. Role ‘{0}’ or Role ‘{1}’ is not defined in Relationship ‘{2}’."
  95. </summary>
  96. </member>
  97. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_EndWithManyMultiplicityCannotHaveOperationsSpecified(System.Object,System.Object)">
  98. <summary>
  99. A string like "End '{0}' on relationship '{1}' cannot have an operation specified because its multiplicity is '*'. Operations cannot be specified on ends with multiplicity '*'."
  100. </summary>
  101. </member>
  102. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_EndNameAlreadyDefinedDuplicate(System.Object)">
  103. <summary>
  104. A string like "Each Name and PluralName in a relationship must be unique. '{0}' is already defined."
  105. </summary>
  106. </member>
  107. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_SameRoleReferredInReferentialConstraint(System.Object)">
  108. <summary>
  109. A string like "In relationship '{0}', the Principal and Dependent Role of the referential constraint refer to the same Role in the relationship type."
  110. </summary>
  111. </member>
  112. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleUpperBoundMustBeOne(System.Object,System.Object)">
  113. <summary>
  114. A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Valid values for multiplicity for the Principal Role are '0..1' or '1'."
  115. </summary>
  116. </member>
  117. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNullableV1(System.Object,System.Object)">
  118. <summary>
  119. A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because all the properties in the Dependent Role are nullable, multiplicity of the Principal Role must be '0..1'."
  120. </summary>
  121. </member>
  122. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNonNullableV1(System.Object,System.Object)">
  123. <summary>
  124. A string like "Multiplicity conflicts with the referential constraint in Role '{0}' in relationship '{1}'. Because at least one of the properties in the Dependent Role is non-nullable, multiplicity of the Principal Role must be '1'."
  125. </summary>
  126. </member>
  127. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNonNullableV2(System.Object,System.Object)">
  128. <summary>
  129. A string like "Multiplicity conflicts with the referential constraint in Role '{0}' in relationship '{1}'. Because all of the properties in the Dependent Role are non-nullable, multiplicity of the Principal Role must be '1'."
  130. </summary>
  131. </member>
  132. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidToPropertyInRelationshipConstraint(System.Object,System.Object,System.Object)">
  133. <summary>
  134. A string like "Properties referred by the Dependent Role ‘{0}’ must be a subset of the key of the EntityType ‘{1}’ referred to by the Dependent Role in the referential constraint for relationship ‘{2}’."
  135. </summary>
  136. </member>
  137. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityToRoleUpperBoundMustBeOne(System.Object,System.Object)">
  138. <summary>
  139. A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because the Dependent Role refers to the key properties, the upper bound of the multiplicity of the Dependent Role must be ‘1’."
  140. </summary>
  141. </member>
  142. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityToRoleUpperBoundMustBeMany(System.Object,System.Object)">
  143. <summary>
  144. A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because the Dependent Role properties are not the key properties, the upper bound of the multiplicity of the Dependent Role must be ‘*’."
  145. </summary>
  146. </member>
  147. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_TypeMismatchRelationshipConstraint(System.Object,System.Object,System.Object,System.Object,System.Object)">
  148. <summary>
  149. A string like "The types of all properties in the Dependent Role of a referential constraint must be the same as the corresponding property types in the Principal Role. The type of property '{0}' on entity '{1}' does not match the type of property '{2}' on entity '{3}' in the referential constraint '{4}'."
  150. </summary>
  151. </member>
  152. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidPropertyInRelationshipConstraint(System.Object,System.Object)">
  153. <summary>
  154. A string like "There is no property with name '{0}' defined in the type referred to by Role '{1}'."
  155. </summary>
  156. </member>
  157. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_NullableComplexType(System.Object)">
  158. <summary>
  159. A string like "A nullable ComplexType is not supported. Property '{0}' must not allow nulls."
  160. </summary>
  161. </member>
  162. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidPropertyType(System.Object)">
  163. <summary>
  164. A string like "A property cannot be of type ‘{0}’. The property type must be a ComplexType or a PrimitiveType."
  165. </summary>
  166. </member>
  167. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_DuplicateEntityContainerMemberName(System.Object)">
  168. <summary>
  169. A string like "Each member name in an EntityContainer must be unique. A member with name '{0}' is already defined."
  170. </summary>
  171. </member>
  172. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_TypeNameAlreadyDefinedDuplicate(System.Object)">
  173. <summary>
  174. A string like "Each type name in a schema must be unique. Type name '{0}' is already defined."
  175. </summary>
  176. </member>
  177. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidMemberNameMatchesTypeName(System.Object,System.Object)">
  178. <summary>
  179. A string like "Name ‘{0}’ cannot be used in type ‘{1}’. Member names cannot be the same as their enclosing type."
  180. </summary>
  181. </member>
  182. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_PropertyNameAlreadyDefinedDuplicate(System.Object)">
  183. <summary>
  184. A string like "Each property name in a type must be unique. Property name '{0}' is already defined."
  185. </summary>
  186. </member>
  187. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_CycleInTypeHierarchy(System.Object)">
  188. <summary>
  189. A string like "A cycle was detected in the type hierarchy of '{0}'."
  190. </summary>
  191. </member>
  192. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidPropertyType_V1_1(System.Object)">
  193. <summary>
  194. A string like "A property cannot be of type ‘{0}’. The property type must be a ComplexType, a PrimitiveType, or a CollectionType."
  195. </summary>
  196. </member>
  197. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmModel_NameIsTooLong(System.Object)">
  198. <summary>
  199. A string like "The specified name must not be longer than 480 characters: '{0}'."
  200. </summary>
  201. </member>
  202. <member name="M:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmModel_NameIsNotAllowed(System.Object)">
  203. <summary>
  204. A string like "The specified name is not allowed: '{0}'."
  205. </summary>
  206. </member>
  207. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Semantic_BadNavigationPropertyRolesCannotBeTheSame">
  208. <summary>
  209. A string like "NavigationProperty is not valid. The FromRole and ToRole are the same."
  210. </summary>
  211. </member>
  212. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Semantic_InvalidOperationMultipleEndsInAssociation">
  213. <summary>
  214. A string like "OnDelete can be specified on only one End of an EdmAssociation."
  215. </summary>
  216. </member>
  217. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Semantic_MismatchNumberOfPropertiesinRelationshipConstraint">
  218. <summary>
  219. A string like "The number of properties in the Dependent and Principal Roles in a relationship constraint must be identical."
  220. </summary>
  221. </member>
  222. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_MissingName">
  223. <summary>
  224. A string like "The name is missing or not valid."
  225. </summary>
  226. </member>
  227. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmAssociationType_AssocationEndMustNotBeNull">
  228. <summary>
  229. A string like "AssociationEnd must not be null."
  230. </summary>
  231. </member>
  232. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmAssociationConstraint_DependentEndMustNotBeNull">
  233. <summary>
  234. A string like "DependentEnd must not be null."
  235. </summary>
  236. </member>
  237. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmAssociationConstraint_DependentPropertiesMustNotBeEmpty">
  238. <summary>
  239. A string like "DependentProperties must not be empty."
  240. </summary>
  241. </member>
  242. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmNavigationProperty_AssocationMustNotBeNull">
  243. <summary>
  244. A string like "Association must not be null."
  245. </summary>
  246. </member>
  247. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmNavigationProperty_ResultEndMustNotBeNull">
  248. <summary>
  249. A string like "ResultEnd must not be null."
  250. </summary>
  251. </member>
  252. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmAssociationEnd_EntityTypeMustNotBeNull">
  253. <summary>
  254. A string like "EntityType must not be null."
  255. </summary>
  256. </member>
  257. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmEntitySet_ElementTypeMustNotBeNull">
  258. <summary>
  259. A string like "ElementType must not be null."
  260. </summary>
  261. </member>
  262. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmAssociationSet_ElementTypeMustNotBeNull">
  263. <summary>
  264. A string like "ElementType must not be null."
  265. </summary>
  266. </member>
  267. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmAssociationSet_SourceSetMustNotBeNull">
  268. <summary>
  269. A string like "SourceSet must not be null."
  270. </summary>
  271. </member>
  272. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmAssociationSet_TargetSetMustNotBeNull">
  273. <summary>
  274. A string like "TargetSet must not be null."
  275. </summary>
  276. </member>
  277. <member name="P:System.Data.Edm.Strings.EdmModel_Validator_Syntactic_EdmTypeReferenceNotValid">
  278. <summary>
  279. A string like "The type is not a valid EdmTypeReference."
  280. </summary>
  281. </member>
  282. <member name="P:System.Data.Edm.Strings.Serializer_OneNamespaceAndOneContainer">
  283. <summary>
  284. A string like "Serializer can only serialize an EdmModel that has one EdmNamespace and one EdmEntityContainer."
  285. </summary>
  286. </member>
  287. <member name="T:System.Data.Edm.Error">
  288. <summary>
  289. Strongly-typed and parameterized exception factory.
  290. </summary>
  291. </member>
  292. <member name="M:System.Data.Edm.Error.ArgumentNull(System.String)">
  293. <summary>
  294. The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
  295. </summary>
  296. </member>
  297. <member name="M:System.Data.Edm.Error.ArgumentOutOfRange(System.String)">
  298. <summary>
  299. The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
  300. </summary>
  301. </member>
  302. <member name="M:System.Data.Edm.Error.NotImplemented">
  303. <summary>
  304. The exception that is thrown when the author has yet to implement the logic at this point in the program. This can act as an exception based TODO tag.
  305. </summary>
  306. </member>
  307. <member name="M:System.Data.Edm.Error.NotSupported">
  308. <summary>
  309. The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
  310. </summary>
  311. </member>
  312. <member name="T:System.Data.Edm.Common.DataModelAnnotation">
  313. <summary>
  314. Allows the construction and modification of a user-specified annotation (name-value pair) on a <see cref="T:System.Data.Edm.Common.DataModelItem"/> instance.
  315. </summary>
  316. </member>
  317. <member name="T:System.Data.Edm.Common.INamedDataModelItem">
  318. <summary>
  319. INamedDataModelItem is implemented by model-specific base types for all types with a <see cref="P:System.Data.Edm.Common.INamedDataModelItem.Name"/> property.
  320. <seealso cref="T:System.Data.Edm.EdmNamedMetadataItem"/>
  321. </summary>
  322. </member>
  323. <member name="P:System.Data.Edm.Common.INamedDataModelItem.Name">
  324. <summary>
  325. Gets or sets the currently assigned name.
  326. </summary>
  327. </member>
  328. <member name="M:System.Data.Edm.Common.DataModelAnnotation.#ctor">
  329. <summary>
  330. Constructs a new DataModelAnnotation
  331. </summary>
  332. </member>
  333. <member name="P:System.Data.Edm.Common.DataModelAnnotation.Namespace">
  334. <summary>
  335. Gets or sets an optional namespace that can be used to distinguish the annotation from others with the same <see cref="P:System.Data.Edm.Common.DataModelAnnotation.Name"/> value.
  336. </summary>
  337. </member>
  338. <member name="P:System.Data.Edm.Common.DataModelAnnotation.Name">
  339. <summary>
  340. Gets or sets the name of the annotation.
  341. </summary>
  342. </member>
  343. <member name="P:System.Data.Edm.Common.DataModelAnnotation.Value">
  344. <summary>
  345. Gets or sets the value of the annotation.
  346. </summary>
  347. </member>
  348. <member name="T:System.Data.Edm.Common.DataModelErrorEventArgs">
  349. <summary>
  350. </summary>
  351. </member>
  352. <member name="T:System.Data.Edm.Common.DataModelEventArgs">
  353. <summary>
  354. DataModelEventArgs is the base argument type for all events raised by consumers of Entity Data Model (EDM) models.
  355. </summary>
  356. </member>
  357. <member name="P:System.Data.Edm.Common.DataModelEventArgs.Item">
  358. <summary>
  359. Gets a value indicating the <see cref="T:System.Data.Edm.Common.DataModelItem"/> that caused the event to be raised.
  360. </summary>
  361. </member>
  362. <member name="P:System.Data.Edm.Common.DataModelErrorEventArgs.PropertyName">
  363. <summary>
  364. Gets an optional value indicating which property of the source item caused the event to be raised.
  365. </summary>
  366. </member>
  367. <member name="P:System.Data.Edm.Common.DataModelErrorEventArgs.ErrorCode">
  368. <summary>
  369. Gets a value that identifies the specific error that is being raised.
  370. </summary>
  371. </member>
  372. <member name="P:System.Data.Edm.Common.DataModelErrorEventArgs.ErrorMessage">
  373. <summary>
  374. Gets an optional descriptive message the describes the error that is being raised.
  375. </summary>
  376. </member>
  377. <member name="T:System.Data.Edm.Common.DataModelItem">
  378. <summary>
  379. DataModelItem is the base for all types in the EDM metadata reflection, construction and modification API.
  380. </summary>
  381. </member>
  382. <member name="T:System.Data.Edm.Common.IAnnotatedDataModelItem">
  383. <summary>
  384. IAnnotatedDataModelItem is implemented by model-specific base types for all types with an <see cref="P:System.Data.Edm.Common.IAnnotatedDataModelItem.Annotations"/> property.
  385. <seealso cref="T:System.Data.Edm.EdmDataModelItem"/>
  386. </summary>
  387. </member>
  388. <member name="P:System.Data.Edm.Common.IAnnotatedDataModelItem.Annotations">
  389. <summary>
  390. Gets or sets the currently assigned annotations.
  391. </summary>
  392. </member>
  393. <member name="T:System.Data.Edm.Db.DbAliasedMetadataItem">
  394. <summary>
  395. DbAliasedMetadataItem provides the base type for all Database Metadata types that can have an optional <see cref="P:System.Data.Edm.Db.DbAliasedMetadataItem.DatabaseIdentifier"/> that should be used instead of the item's <see cref="P:System.Data.Edm.Db.DbNamedMetadataItem.Name"/> when referring to the item in the database.
  396. </summary>
  397. </member>
  398. <member name="T:System.Data.Edm.Db.DbNamedMetadataItem">
  399. <summary>
  400. NamedDbItem is the base for all types in the Database Metadata construction and modification API with a <see cref="P:System.Data.Edm.Db.DbNamedMetadataItem.Name"/> property.
  401. </summary>
  402. </member>
  403. <member name="T:System.Data.Edm.Db.DbMetadataItem">
  404. <summary>
  405. The base for all all Database Metadata types that support annotation using <see cref="T:System.Data.Edm.Common.DataModelAnnotation"/>.
  406. </summary>
  407. </member>
  408. <member name="T:System.Data.Edm.Db.DbDataModelItem">
  409. <summary>
  410. DbDataModelItem is the base for all types in the Database Metadata construction and modification API.
  411. </summary>
  412. </member>
  413. <member name="P:System.Data.Edm.Db.DbMetadataItem.Annotations">
  414. <summary>
  415. Gets or sets the currently assigned annotations.
  416. </summary>
  417. </member>
  418. <member name="P:System.Data.Edm.Db.DbNamedMetadataItem.Name">
  419. <summary>
  420. Gets or sets the currently assigned name.
  421. </summary>
  422. </member>
  423. <member name="P:System.Data.Edm.Db.DbAliasedMetadataItem.DatabaseIdentifier">
  424. <summary>
  425. Gets an optional alternative identifier that should be used when referring to this item in the database.
  426. </summary>
  427. </member>
  428. <member name="T:System.Data.Edm.Db.DbColumnMetadata">
  429. <summary>
  430. When implemented in derived types, allows the construction and modification of a column in a Database Metadata table or row.
  431. </summary>
  432. </member>
  433. <member name="P:System.Data.Edm.Db.DbColumnMetadata.TypeName">
  434. <summary>
  435. Gets or sets a string indicating the database-specific type of the column.
  436. </summary>
  437. </member>
  438. <member name="P:System.Data.Edm.Db.DbColumnMetadata.IsNullable">
  439. <summary>
  440. Gets or sets a value indicating whether the column is nullable.
  441. </summary>
  442. </member>
  443. <member name="P:System.Data.Edm.Db.DbColumnMetadata.Facets">
  444. <summary>
  445. Gets or sets an optional <see cref="T:System.Data.Edm.Db.DbPrimitiveTypeFacets"/> instance that applies additional constraints to the referenced database-specific type of the column.
  446. </summary>
  447. </member>
  448. <member name="T:System.Data.Edm.Db.DbDatabaseMetadata">
  449. <summary>
  450. Allows the construction and modification of a database in a Database Metadata model.
  451. </summary>
  452. </member>
  453. <member name="P:System.Data.Edm.Db.DbDatabaseMetadata.Version">
  454. <summary>
  455. Gets or sets an optional value that indicates the database model version.
  456. </summary>
  457. </member>
  458. <member name="P:System.Data.Edm.Db.DbDatabaseMetadata.Schemas">
  459. <summary>
  460. Gets or sets the collection of <see cref="T:System.Data.Edm.Db.DbSchemaMetadata"/> instances that specifies the schemas within the database.
  461. </summary>
  462. </member>
  463. <member name="T:System.Data.Edm.Db.DbForeignKeyConstraintMetadata">
  464. <summary>
  465. Allows the construction and modification of a foreign key constraint sourced by a <see cref="T:System.Data.Edm.Db.DbTableMetadata"/> instance.
  466. </summary>
  467. </member>
  468. <member name="P:System.Data.Edm.Db.DbForeignKeyConstraintMetadata.DeleteAction">
  469. <summary>
  470. Gets or sets the <see cref="T:System.Data.Edm.Db.DbOperationAction"/> to take when a delete operation is attempted.
  471. </summary>
  472. </member>
  473. <member name="T:System.Data.Edm.Db.DbItemKind">
  474. <summary>
  475. Indicates which Database Metadata concept is represented by a given item.
  476. </summary>
  477. </member>
  478. <member name="F:System.Data.Edm.Db.DbItemKind.Database">
  479. <summary>
  480. Database Kind
  481. </summary>
  482. </member>
  483. <member name="F:System.Data.Edm.Db.DbItemKind.Schema">
  484. <summary>
  485. Schema Kind
  486. </summary>
  487. </member>
  488. <member name="F:System.Data.Edm.Db.DbItemKind.ForeignKeyConstraint">
  489. <summary>
  490. Foreign Key Constraint Kind
  491. </summary>
  492. </member>
  493. <member name="F:System.Data.Edm.Db.DbItemKind.Function">
  494. <summary>
  495. Function Kind
  496. </summary>
  497. </member>
  498. <member name="F:System.Data.Edm.Db.DbItemKind.FunctionParameter">
  499. <summary>
  500. Function Parameter Kind
  501. </summary>
  502. </member>
  503. <member name="F:System.Data.Edm.Db.DbItemKind.FunctionType">
  504. <summary>
  505. Function Return or Parameter Type Kind
  506. </summary>
  507. </member>
  508. <member name="F:System.Data.Edm.Db.DbItemKind.RowColumn">
  509. <summary>
  510. Row Column Kind
  511. </summary>
  512. </member>
  513. <member name="F:System.Data.Edm.Db.DbItemKind.Table">
  514. <summary>
  515. Table Kind
  516. </summary>
  517. </member>
  518. <member name="F:System.Data.Edm.Db.DbItemKind.TableColumn">
  519. <summary>
  520. Table Column Kind
  521. </summary>
  522. </member>
  523. <member name="F:System.Data.Edm.Db.DbItemKind.PrimitiveTypeFacets">
  524. <summary>
  525. Primitive Facets Kind
  526. </summary>
  527. </member>
  528. <member name="T:System.Data.Edm.Db.DbOperationAction">
  529. <summary>
  530. Specifies the action to take on a given operation.
  531. </summary>
  532. </member>
  533. <member name="F:System.Data.Edm.Db.DbOperationAction.None">
  534. <summary>
  535. Default behavior
  536. </summary>
  537. </member>
  538. <member name="F:System.Data.Edm.Db.DbOperationAction.Restrict">
  539. <summary>
  540. Restrict the operation
  541. </summary>
  542. </member>
  543. <member name="F:System.Data.Edm.Db.DbOperationAction.Cascade">
  544. <summary>
  545. Cascade the operation
  546. </summary>
  547. </member>
  548. <member name="T:System.Data.Edm.Db.DbPrimitiveTypeFacets">
  549. <summary>
  550. Allows the construction and modification of additional constraints that can be applied to a specific use of a primitive type in a Database Metadata item.
  551. </summary>
  552. </member>
  553. <member name="P:System.Data.Edm.Db.DbPrimitiveTypeFacets.HasValue">
  554. <summary>
  555. Returns <code>true</code> if any facet value property currently has a non-null value; otherwise returns <code>false</code>.
  556. </summary>
  557. </member>
  558. <member name="P:System.Data.Edm.Db.DbPrimitiveTypeFacets.IsFixedLength">
  559. <summary>
  560. Gets or sets an optional value indicating whether the referenced type should be considered to have a fixed or variable length.
  561. </summary>
  562. </member>
  563. <member name="P:System.Data.Edm.Db.DbPrimitiveTypeFacets.IsMaxLength">
  564. <summary>
  565. Gets or sets an optional value indicating whether the referenced type should be considered to have its intrinsic maximum length, rather than a specific value.
  566. </summary>
  567. </member>
  568. <member name="P:System.Data.Edm.Db.DbPrimitiveTypeFacets.IsUnicode">
  569. <summary>
  570. Gets or sets an optional value indicating whether the referenced type should be considered to be Unicode or non-Unicode.
  571. </summary>
  572. </member>
  573. <member name="P:System.Data.Edm.Db.DbPrimitiveTypeFacets.MaxLength">
  574. <summary>
  575. Gets or sets an optional value indicating the current constraint on the type's maximum length.
  576. </summary>
  577. </member>
  578. <member name="P:System.Data.Edm.Db.DbPrimitiveTypeFacets.Precision">
  579. <summary>
  580. Gets or sets an optional value indicating the current constraint on the type's precision.
  581. </summary>
  582. </member>
  583. <member name="P:System.Data.Edm.Db.DbPrimitiveTypeFacets.Scale">
  584. <summary>
  585. Gets or sets an optional value indicating the current constraint on the type's scale.
  586. </summary>
  587. </member>
  588. <member name="T:System.Data.Edm.Db.DbSchemaMetadata">
  589. <summary>
  590. Allows the construction and modification of a database schema in a <see cref="T:System.Data.Edm.Db.DbDatabaseMetadata"/> database model.
  591. </summary>
  592. </member>
  593. <member name="P:System.Data.Edm.Db.DbSchemaMetadata.Tables">
  594. <summary>
  595. Gets or sets the collection of <see cref="T:System.Data.Edm.Db.DbTableMetadata"/> instances that specifies the tables declared within the schema.
  596. </summary>
  597. </member>
  598. <member name="T:System.Data.Edm.Db.DbSchemaMetadataItem">
  599. <summary>
  600. DbSchemaMetadataItem is the base for all types that can be contained in a <see cref="T:System.Data.Edm.Db.DbSchemaMetadata"/> schema.
  601. </summary>
  602. </member>
  603. <member name="T:System.Data.Edm.Db.DbTableColumnMetadata">
  604. <summary>
  605. Allows the construction and modification of a column in a <see cref="T:System.Data.Edm.Db.DbTableMetadata"/> table.
  606. </summary>
  607. </member>
  608. <member name="P:System.Data.Edm.Db.DbTableColumnMetadata.IsPrimaryKeyColumn">
  609. <summary>
  610. Gets or sets a value indicating whether the column is part of the table's primary key.
  611. </summary>
  612. </member>
  613. <member name="P:System.Data.Edm.Db.DbTableColumnMetadata.StoreGeneratedPattern">
  614. <summary>
  615. Gets or sets a <see cref="T:System.Data.Edm.Db.DbStoreGeneratedPattern"/> value indicating if and how the value of the column is automatically generated.
  616. </summary>
  617. </member>
  618. <member name="P:System.Data.Edm.Db.DbTableColumnMetadata.Collation">
  619. <summary>
  620. Gets or sets an optional value indicating the collation specific to this table column.
  621. </summary>
  622. </member>
  623. <member name="P:System.Data.Edm.Db.DbTableColumnMetadata.DefaultValue">
  624. <summary>
  625. Gets or sets an optional value that specifies the default value for the column.
  626. </summary>
  627. </member>
  628. <member name="T:System.Data.Edm.Db.DbTableMetadata">
  629. <summary>
  630. Allows the construction and modification a table in a <see cref="T:System.Data.Edm.Db.DbSchemaMetadata"/> database schema.
  631. </summary>
  632. </member>
  633. <member name="P:System.Data.Edm.Db.DbTableMetadata.Columns">
  634. <summary>
  635. Gets or sets the collection of <see cref="T:System.Data.Edm.Db.DbTableColumnMetadata"/> instances that specifies the columns present within the table.
  636. </summary>
  637. </member>
  638. <member name="P:System.Data.Edm.Db.DbTableMetadata.KeyColumns">
  639. <summary>
  640. Gets or sets the collection of <see cref="T:System.Data.Edm.Db.DbTableColumnMetadata"/> instances from the <see cref="P:System.Data.Edm.Db.DbTableMetadata.Columns"/> collection of the table that are part of the primary key.
  641. </summary>
  642. </member>
  643. <member name="P:System.Data.Edm.Db.DbTableMetadata.ForeignKeyConstraints">
  644. <summary>
  645. Gets or sets the collection of <see cref="T:System.Data.Edm.Db.DbForeignKeyConstraintMetadata"/> instances that defines the foreign key constraints sourced from the table.
  646. </summary>
  647. </member>
  648. <member name="T:System.Data.Edm.Db.DbTypeMetadata">
  649. <summary>
  650. Represents a specific use of a type in a Database Metadata item.
  651. </summary>
  652. </member>
  653. <member name="P:System.Data.Edm.Db.DbTypeMetadata.Facets">
  654. <summary>
  655. Gets or sets an optional <see cref="T:System.Data.Edm.Db.DbPrimitiveTypeFacets"/> instance that applies additional constraints to a referenced primitive type.
  656. </summary>
  657. <remarks>Accessing this property forces the creation of a DbPrimitiveTypeFacets value if no value has previously been set. Use <see cref="P:System.Data.Edm.Db.DbTypeMetadata.HasFacets"/> to determine whether or not this property currently has a value.</remarks>
  658. </member>
  659. <member name="P:System.Data.Edm.Db.DbTypeMetadata.IsCollection">
  660. <summary>
  661. Gets or sets a value indicating whether the represented type is a collection type.
  662. </summary>
  663. </member>
  664. <member name="P:System.Data.Edm.Db.DbTypeMetadata.IsNullable">
  665. <summary>
  666. Gets or sets an optional value indicating whether the referenced type should be considered nullable.
  667. </summary>
  668. </member>
  669. <member name="P:System.Data.Edm.Db.DbTypeMetadata.IsRow">
  670. <summary>
  671. Gets a value indicating whether the type has been configured as a row type by the addition of one or more RowColumns.
  672. </summary>
  673. </member>
  674. <member name="T:System.Data.Edm.Db.Mapping.DbAssociationEndMapping">
  675. <summary>
  676. Represents the mapping of an EDM association end (<see cref="T:System.Data.Edm.EdmAssociationEnd"/>) as a collection of property mappings (<see cref="T:System.Data.Edm.Db.Mapping.DbEdmPropertyMapping"/>).
  677. </summary>
  678. </member>
  679. <member name="T:System.Data.Edm.Db.Mapping.DbMappingMetadataItem">
  680. <summary>
  681. DbMappingMetadataItem is the base for all types in the EDM-to-Database Mapping construction and modification API that support annotation using <see cref="T:System.Data.Edm.Common.DataModelAnnotation"/>.
  682. </summary>
  683. </member>
  684. <member name="T:System.Data.Edm.Db.Mapping.DbMappingModelItem">
  685. <summary>
  686. DbMappingModelItem is the base for all types in the EDM-to-Database Mapping construction and modification API.
  687. </summary>
  688. </member>
  689. <member name="P:System.Data.Edm.Db.Mapping.DbMappingMetadataItem.Annotations">
  690. <summary>
  691. Gets or sets the currently assigned annotations.
  692. </summary>
  693. </member>
  694. <member name="P:System.Data.Edm.Db.Mapping.DbAssociationEndMapping.AssociationEnd">
  695. <summary>
  696. Gets an <see cref="T:System.Data.Edm.EdmAssociationEnd"/> value representing the association end that is being mapped.
  697. </summary>
  698. </member>
  699. <member name="P:System.Data.Edm.Db.Mapping.DbAssociationEndMapping.PropertyMappings">
  700. <summary>
  701. Gets the collection of <see cref="T:System.Data.Edm.Db.Mapping.DbEdmPropertyMapping"/>s that specifies how the association end key properties are mapped to the table.
  702. </summary>
  703. </member>
  704. <member name="P:System.Data.Edm.Db.Mapping.DbAssociationSetMapping.AssociationSet">
  705. <summary>
  706. Gets an <see cref="T:System.Data.Edm.EdmAssociationSet"/> value representing the association set that is being mapped.
  707. </summary>
  708. </member>
  709. <member name="P:System.Data.Edm.Db.Mapping.DbAssociationSetMapping.Table">
  710. <summary>
  711. Gets a <see cref="T:System.Data.Edm.Db.DbTableMetadata"/> value representing the table to which the entity type's properties are being mapped.
  712. </summary>
  713. </member>
  714. <member name="P:System.Data.Edm.Db.Mapping.DbAssociationSetMapping.ColumnConditions">
  715. <summary>
  716. Gets the collection of <see cref="T:System.Data.Edm.Db.Mapping.DbColumnCondition"/>s that specifies the constant or null values that columns in <see cref="P:System.Data.Edm.Db.Mapping.DbAssociationSetMapping.Table"/> must have for this type mapping to apply.
  717. </summary>
  718. </member>
  719. <member name="T:System.Data.Edm.Db.Mapping.DbColumnCondition">
  720. <summary>
  721. Allows the construction and modification of a condition for a column in a database table.
  722. </summary>
  723. </member>
  724. <member name="P:System.Data.Edm.Db.Mapping.DbColumnCondition.Column">
  725. <summary>
  726. Gets or sets a <see cref="T:System.Data.Edm.Db.DbTableColumnMetadata"/> value representing the table column which must contain <see cref="P:System.Data.Edm.Db.Mapping.DbColumnCondition.Value"/> for this condition to hold.
  727. </summary>
  728. </member>
  729. <member name="P:System.Data.Edm.Db.Mapping.DbColumnCondition.Value">
  730. <summary>
  731. Gets or sets the value that <see cref="P:System.Data.Edm.Db.Mapping.DbColumnCondition.Column"/> must contain for this condition to hold.
  732. </summary>
  733. </member>
  734. <member name="T:System.Data.Edm.Db.Mapping.DbEdmPropertyMapping">
  735. <summary>
  736. Represents the mapping of an entity property to a column in a database table.
  737. </summary>
  738. </member>
  739. <member name="P:System.Data.Edm.Db.Mapping.DbEdmPropertyMapping.PropertyPath">
  740. <summary>
  741. Gets or sets the collection of <see cref="T:System.Data.Edm.EdmProperty"/> instances that defines the mapped property, beginning from a property declared by the mapped entity type and optionally proceeding through properties of complex property result types.
  742. </summary>
  743. </member>
  744. <member name="P:System.Data.Edm.Db.Mapping.DbEdmPropertyMapping.Column">
  745. <summary>
  746. Gets or sets a <see cref="T:System.Data.Edm.Db.DbTableColumnMetadata"/> value representing the table column to which the entity property is being mapped.
  747. </summary>
  748. </member>
  749. <member name="T:System.Data.Edm.Db.Mapping.DbEntityContainerMapping">
  750. <summary>
  751. Allows the construction and modification of the mapping of an EDM entity container (<see cref="T:System.Data.Edm.EdmEntityContainer"/>) to a database (<see cref="T:System.Data.Edm.Db.DbDatabaseMetadata"/>).
  752. </summary>
  753. </member>
  754. <member name="P:System.Data.Edm.Db.Mapping.DbEntityContainerMapping.EntityContainer">
  755. <summary>
  756. Gets or sets an <see cref="T:System.Data.Edm.EdmEntityContainer"/> value representing the entity container that is being mapped.
  757. </summary>
  758. </member>
  759. <member name="P:System.Data.Edm.Db.Mapping.DbEntityContainerMapping.EntitySetMappings">
  760. <summary>
  761. Gets or sets the collection of <see cref="T:System.Data.Edm.Db.Mapping.DbEntitySetMapping"/>s that specifies how the container's entity sets are mapped to the database.
  762. </summary>
  763. </member>
  764. <member name="P:System.Data.Edm.Db.Mapping.DbEntityContainerMapping.AssociationSetMappings">
  765. <summary>
  766. Gets the collection of <see cref="T:System.Data.Edm.Db.Mapping.DbAssociationSetMapping"/>s that specifies how the container's association sets are mapped to the database.
  767. </summary>
  768. </member>
  769. <member name="T:System.Data.Edm.Db.Mapping.DbEntitySetMapping">
  770. <summary>
  771. Allows the construction and modification of the mapping of an EDM entity set (<see cref="T:System.Data.Edm.EdmEntitySet"/>) to a database (<see cref="T:System.Data.Edm.Db.DbDatabaseMetadata"/>).
  772. </summary>
  773. </member>
  774. <member name="P:System.Data.Edm.Db.Mapping.DbEntitySetMapping.EntitySet">
  775. <summary>
  776. Gets or sets an <see cref="T:System.Data.Edm.EdmEntitySet"/> value representing the entity set that is being mapped.
  777. </summary>
  778. </member>
  779. <member name="P:System.Data.Edm.Db.Mapping.DbEntitySetMapping.EntityTypeMappings">
  780. <summary>
  781. Gets or sets the collection of <see cref="T:System.Data.Edm.Db.Mapping.DbEntityTypeMapping"/>s that specifies how the set's entity types are mapped to the database.
  782. </summary>
  783. </member>
  784. <member name="T:System.Data.Edm.Db.Mapping.DbEntityTypeMapping">
  785. <summary>
  786. Allows the construction and modification of a complete or partial mapping of an EDM entity type (<see cref="T:System.Data.Edm.EdmEntityType"/>) or type hierarchy to a specific database table (<see cref="T:System.Data.Edm.Db.DbTableMetadata"/>).
  787. </summary>
  788. </member>
  789. <member name="P:System.Data.Edm.Db.Mapping.DbEntityTypeMapping.EntityType">
  790. <summary>
  791. Gets or sets an <see cref="T:System.Data.Edm.EdmEntityType"/> value representing the entity type or hierarchy that is being mapped.
  792. </summary>
  793. </member>
  794. <member name="P:System.Data.Edm.Db.Mapping.DbEntityTypeMapping.IsHierarchyMapping">
  795. <summary>
  796. Gets or sets a value indicating whether this type mapping applies to <see cref="P:System.Data.Edm.Db.Mapping.DbEntityTypeMapping.EntityType"/> and all its direct or indirect subtypes (<code>true</code>), or only to <see cref="P:System.Data.Edm.Db.Mapping.DbEntityTypeMapping.EntityType"/> (<code>false</code>).
  797. </summary>
  798. </member>
  799. <member name="P:System.Data.Edm.Db.Mapping.DbEntityTypeMappingFragment.Table">
  800. <summary>
  801. Gets a <see cref="T:System.Data.Edm.Db.DbTableMetadata"/> value representing the table to which the entity type's properties are being mapped.
  802. </summary>
  803. </member>
  804. <member name="P:System.Data.Edm.Db.Mapping.DbEntityTypeMappingFragment.PropertyMappings">
  805. <summary>
  806. Gets the collection of <see cref="T:System.Data.Edm.Db.Mapping.DbEdmPropertyMapping"/>s that specifies how the type's properties are mapped to the table.
  807. </summary>
  808. </member>
  809. <member name="P:System.Data.Edm.Db.Mapping.DbEntityTypeMappingFragment.ColumnConditions">
  810. <summary>
  811. Gets the collection of <see cref="T:System.Data.Edm.Db.Mapping.DbColumnCondition"/>s that specifies the constant or null values that columns in <see cref="P:System.Data.Edm.Db.Mapping.DbEntityTypeMappingFragment.Table"/> must have for this type mapping fragment to apply.
  812. </summary>
  813. </member>
  814. <member name="T:System.Data.Edm.Db.Mapping.DbMappingItemKind">
  815. <summary>
  816. Indicates which EDM-to-Database Mapping concept is represented by a given item.
  817. </summary>
  818. </member>
  819. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.DatabaseMapping">
  820. <summary>
  821. Database Mapping Kind
  822. </summary>
  823. </member>
  824. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.EntityContainerMapping">
  825. <summary>
  826. Entity Container Mapping Kind
  827. </summary>
  828. </member>
  829. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.EntitySetMapping">
  830. <summary>
  831. Entity Set Mapping Kind
  832. </summary>
  833. </member>
  834. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.AssociationSetMapping">
  835. <summary>
  836. Association Set Mapping Kind
  837. </summary>
  838. </member>
  839. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.EntityTypeMapping">
  840. <summary>
  841. Entity Type Mapping Kind
  842. </summary>
  843. </member>
  844. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.QueryViewMapping">
  845. <summary>
  846. Query View Mapping Kind
  847. </summary>
  848. </member>
  849. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.EntityTypeMappingFragment">
  850. <summary>
  851. Entity Type Mapping Fragment Kind
  852. </summary>
  853. </member>
  854. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.EdmPropertyMapping">
  855. <summary>
  856. Edm Property Mapping Kind
  857. </summary>
  858. </member>
  859. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.AssociationEndMapping">
  860. <summary>
  861. Association End Mapping Kind
  862. </summary>
  863. </member>
  864. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.ColumnCondition">
  865. <summary>
  866. Column Condition Kind
  867. </summary>
  868. </member>
  869. <member name="F:System.Data.Edm.Db.Mapping.DbMappingItemKind.PropertyCondition">
  870. <summary>
  871. Property Condition Kind
  872. </summary>
  873. </member>
  874. <member name="T:System.Data.Edm.EdmAssociationConstraint">
  875. <summary>
  876. Allows the construction and modification of a constraint applied to an Entity Data Model (EDM) association.
  877. </summary>
  878. </member>
  879. <member name="T:System.Data.Edm.EdmMetadataItem">
  880. <summary>
  881. The base for all all Entity Data Model (EDM) types that support annotation using <see cref="T:System.Data.Edm.Common.DataModelAnnotation"/>.
  882. </summary>
  883. </member>
  884. <member name="T:System.Data.Edm.EdmDataModelItem">
  885. <summary>
  886. EdmDataModelItem is the base for all types in the Entity Data Model (EDM) metadata construction and modification API.
  887. </summary>
  888. </member>
  889. <member name="P:System.Data.Edm.EdmDataModelItem.ItemKind">
  890. <summary>
  891. Gets an <see cref="T:System.Data.Edm.EdmItemKind"/> value indicating which Entity Data Model (EDM) concept is represented by this item.
  892. </summary>
  893. </member>
  894. <member name="P:System.Data.Edm.EdmMetadataItem.Annotations">
  895. <summary>
  896. Gets or sets the currently assigned annotations.
  897. </summary>
  898. </member>
  899. <member name="P:System.Data.Edm.EdmMetadataItem.ChildItems">
  900. <summary>
  901. Returns all EdmItem children directly contained by this EdmItem.
  902. </summary>
  903. </member>
  904. <member name="P:System.Data.Edm.EdmAssociationConstraint.DependentEnd">
  905. <summary>
  906. Gets or sets the <see cref="T:System.Data.Edm.EdmAssociationEnd"/> that represents the 'dependent' end of the constraint; properties from this association end's entity type contribute to the <see cref="P:System.Data.Edm.EdmAssociationConstraint.DependentProperties"/> collection.
  907. </summary>
  908. </member>
  909. <member name="P:System.Data.Edm.EdmAssociationConstraint.DependentProperties">
  910. <summary>
  911. Gets or sets the collection of <see cref="T:System.Data.Edm.EdmProperty"/> instances from the <see cref="P:System.Data.Edm.EdmAssociationConstraint.DependentEnd"/> of the constraint. The values of these properties are constrained against the primary key values of the remaining, 'principal' association end's entity type.
  912. </summary>
  913. </member>
  914. <member name="T:System.Data.Edm.EdmAssociationEnd">
  915. <summary>
  916. Allows the construction and modification of one end of an Entity Data Model (EDM) association.
  917. </summary>
  918. </member>
  919. <member name="T:System.Data.Edm.EdmStructuralMember">
  920. <summary>
  921. EdmStructuralMember is the base for all types that represent members of structural items in the Entity Data Model (EDM) metadata construction and modification API.
  922. </summary>
  923. </member>
  924. <member name="T:System.Data.Edm.EdmNamedMetadataItem">
  925. <summary>
  926. The base for all all Entity Data Model (EDM) item types that with a <see cref="P:System.Data.Edm.EdmNamedMetadataItem.Name"/> property.
  927. </summary>
  928. </member>
  929. <member name="P:System.Data.Edm.EdmNamedMetadataItem.Name">
  930. <summary>
  931. Gets or sets the currently assigned name.
  932. </summary>
  933. </member>
  934. <member name="P:System.Data.Edm.EdmAssociationEnd.EntityType">
  935. <summary>
  936. Gets or sets the entity type referenced by this association end.
  937. </summary>
  938. </member>
  939. <member name="P:System.Data.Edm.EdmAssociationEnd.EndKind">
  940. <summary>
  941. Gets or sets the <see cref="T:System.Data.Edm.EdmAssociationEndKind"/> of this association end, which indicates the multiplicity of the end and whether or not it is required.
  942. </summary>
  943. </member>
  944. <member name="P:System.Data.Edm.EdmAssociationEnd.DeleteAction">
  945. <summary>
  946. Gets or sets the <see cref="T:System.Data.Edm.EdmOperationAction"/> to take when a delete operation is attempted.
  947. </summary>
  948. </member>
  949. <member name="T:System.Data.Edm.EdmAssociationEndKind">
  950. <summary>
  951. Indicates the multiplicity of an <see cref="T:System.Data.Edm.EdmAssociationEnd"/> and whether or not it is required.
  952. </summary>
  953. </member>
  954. <member name="T:System.Data.Edm.EdmAssociationSet">
  955. <summary>
  956. Allows the construction and modification of an association set in an Entity Data Model (EDM) <see cref="T:System.Data.Edm.EdmEntityContainer"/>).
  957. </summary>
  958. </member>
  959. <member name="T:System.Data.Edm.EdmEntityContainerItem">
  960. <summary>
  961. Represents an item in an Entity Data Model (EDM) <see cref="T:System.Data.Edm.EdmEntityContainer"/>.
  962. </summary>
  963. </member>
  964. <member name="P:System.Data.Edm.EdmAssociationSet.ElementType">
  965. <summary>
  966. Gets or sets the <see cref="T:System.Data.Edm.EdmAssociationType"/> that specifies the association type for the set.
  967. </summary>
  968. </member>
  969. <member name="P:System.Data.Edm.EdmAssociationSet.SourceSet">
  970. <summary>
  971. Gets or sets the <see cref="T:System.Data.Edm.EdmEntitySet"/> that specifies the entity set corresponding to the <see cref="P:System.Data.Edm.EdmAssociationType.SourceEnd"/> association end for this association set.
  972. </summary>
  973. </member>
  974. <member name="P:System.Data.Edm.EdmAssociationSet.TargetSet">
  975. <summary>
  976. Gets or sets the <see cref="T:System.Data.Edm.EdmEntitySet"/> that specifies the entity set corresponding to the <see cref="P:System.Data.Edm.EdmAssociationType.TargetEnd"/> association end for this association set.
  977. </summary>
  978. </member>
  979. <!-- Badly formed XML comment ignored for member "T:System.Data.Edm.EdmAssociationType" -->
  980. <member name="T:System.Data.Edm.EdmStructuralType">
  981. <summary>
  982. The base for all all Entity Data Model (EDM) types that represent a structured type from the EDM type system.
  983. </summary>
  984. </member>
  985. <member name="T:System.Data.Edm.EdmDataModelType">
  986. <summary>
  987. The base for all all Entity Data Model (EDM) types that represent a type from the EDM type system.
  988. </summary>
  989. </member>
  990. <member name="T:System.Data.Edm.EdmNamespaceItem">
  991. <summary>
  992. Represents an item in an Entity Data Model (EDM) <see cref="T:System.Data.Edm.EdmNamespace"/>.
  993. </summary>
  994. </member>
  995. <member name="T:System.Data.Edm.EdmQualifiedNameMetadataItem">
  996. <summary>
  997. The base for all all Entity Data Model (EDM) item types that with a Name property
  998. that represents a qualified (can be dotted) name.
  999. </summary>
  1000. </member>
  1001. <member name="P:System.Data.Edm.EdmDataModelType.IsAbstract">
  1002. <summary>
  1003. Gets a value indicating whether this type is abstract.
  1004. </summary>
  1005. </member>
  1006. <member name="P:System.Data.Edm.EdmDataModelType.BaseType">
  1007. <summary>
  1008. Gets the optional base type of this type.
  1009. </summary>
  1010. </member>
  1011. <member name="P:System.Data.Edm.EdmAssociationType.SourceEnd">
  1012. <summary>
  1013. Gets or sets the <see cref="T:System.Data.Edm.EdmAssociationEnd"/> that defines the source end of the association.
  1014. </summary>
  1015. </member>
  1016. <member name="P:System.Data.Edm.EdmAssociationType.TargetEnd">
  1017. <summary>
  1018. Gets or sets the <see cref="T:System.Data.Edm.EdmAssociationEnd"/> that defines the target end of the association.
  1019. </summary>
  1020. </member>
  1021. <member name="P:System.Data.Edm.EdmAssociationType.Constraint">
  1022. <summary>
  1023. Gets or sets the optional constraint that indicates whether the relationship is an independent association (no constraint present) or a foreign key relationship (<see cref="T:System.Data.Edm.EdmAssociationConstraint"/> specified).
  1024. </summary>
  1025. </member>
  1026. <member name="T:System.Data.Edm.EdmCollectionKind">
  1027. <summary>
  1028. Collection semantics for properties.
  1029. </summary>
  1030. </member>
  1031. <member name="F:System.Data.Edm.EdmCollectionKind.Default">
  1032. <summary>
  1033. The property does not have a collection type or does not specify explicit collection semantics.
  1034. </summary>
  1035. </member>
  1036. <member name="F:System.Data.Edm.EdmCollectionKind.Bag">
  1037. <summary>
  1038. The property is an unordered collection that may contain duplicates.
  1039. </summary>
  1040. </member>
  1041. <member name="F:System.Data.Edm.EdmCollectionKind.List">
  1042. <summary>
  1043. The property is an ordered collection that may contain duplicates.
  1044. </summary>
  1045. </member>
  1046. <member name="T:System.Data.Edm.EdmComplexType">
  1047. <summary>
  1048. Allows the construction and modification of a complex type in an Entity Data Model (EDM) <see cref="T:System.Data.Edm.EdmNamespace"/>.
  1049. </summary>
  1050. </member>
  1051. <member name="P:System.Data.Edm.EdmComplexType.BaseType">
  1052. <summary>
  1053. Gets or sets the optional <see cref="T:System.Data.Edm.EdmComplexType"/> that indicates the base complex type of the complex type.
  1054. </summary>
  1055. </member>
  1056. <member name="P:System.Data.Edm.EdmComplexType.IsAbstract">
  1057. <summary>
  1058. Gets or sets a value indicating whether the complex type is abstract.
  1059. </summary>
  1060. </member>
  1061. <member name="P:System.Data.Edm.EdmComplexType.DeclaredProperties">
  1062. <summary>
  1063. Gets or sets the collection of <see cref="T:System.Data.Edm.EdmProperty"/> instances that describe the (scalar or complex) properties of the complex type.
  1064. </summary>
  1065. </member>
  1066. <member name="T:System.Data.Edm.EdmConcurrencyMode">
  1067. <summary>
  1068. Concurrency mode for properties.
  1069. </summary>
  1070. </member>
  1071. <member name="F:System.Data.Edm.EdmConcurrencyMode.None">
  1072. <summary>
  1073. Default concurrency mode: the property is never validated
  1074. at write time
  1075. </summary>
  1076. </member>
  1077. <member name="F:System.Data.Edm.EdmConcurrencyMode.Fixed">
  1078. <summary>
  1079. Fixed concurrency mode: the property is always validated at
  1080. write time
  1081. </summary>
  1082. </member>
  1083. <member name="T:System.Data.Edm.EdmEntityContainer">
  1084. <summary>
  1085. Allows the construction and modification of an entity container in an Entity Data Model (EDM) <see cref="T:System.Data.Edm.EdmModel"/>.
  1086. </summary>
  1087. </member>
  1088. <member name="P:System.Data.Edm.EdmEntityContainer.ContainerItems">
  1089. <summary>
  1090. Gets all <see cref="T:System.Data.Edm.EdmEntityContainerItem"/>s declared within the namspace. Includes <see cref="T:System.Data.Edm.EdmAssociationSet"/>s and <see cref="T:System.Data.Edm.EdmEntitySet"/>s.
  1091. </summary>
  1092. </member>
  1093. <member name="P:System.Data.Edm.EdmEntityContainer.AssociationSets">
  1094. <summary>
  1095. Gets or sets the collection of <see cref="T:System.Data.Edm.EdmAssociationSet"/>s that specifies the association sets within the container.
  1096. </summary>
  1097. </member>
  1098. <member name="P:System.Data.Edm.EdmEntityContainer.EntitySets">
  1099. <summary>
  1100. Gets or sets the collection of <see cref="T:System.Data.Edm.EdmEntitySet"/>s that specifies the entity sets within the container.
  1101. </summary>
  1102. </member>
  1103. <member name="T:System.Data.Edm.EdmEntitySet">
  1104. <summary>
  1105. Allows the construction and modification of an entity set in an Entity Data Model (EDM) <see cref="T:System.Data.Edm.EdmEntityContainer"/>.
  1106. </summary>
  1107. </member>
  1108. <member name="P:System.Data.Edm.EdmEntitySet.ElementType">
  1109. <summary>
  1110. Gets or sets the <see cref="T:System.Data.Edm.EdmEntityType"/> that specifies the entity type for the set.
  1111. </summary>
  1112. </member>
  1113. <member name="T:System.Data.Edm.EdmEntityType">
  1114. <summary>
  1115. Allows the construction and modification of an entity type in an Entity Data Model (EDM) <see cref="T:System.Data.Edm.EdmNamespace"/>.
  1116. </summary>
  1117. </member>
  1118. <member name="P:System.Data.Edm.EdmEntityType.BaseType">
  1119. <summary>
  1120. Gets or sets the optional <see cref="T:System.Data.Edm.EdmEntityType"/> that indicates the base entity type of the entity type.
  1121. </summary>
  1122. </member>
  1123. <member name="P:System.Data.Edm.EdmEntityType.IsAbstract">
  1124. <summary>
  1125. Gets or sets a value indicating whether the entity type is abstract.
  1126. </summary>
  1127. </member>
  1128. <member name="P:System.Data.Edm.EdmEntityType.DeclaredProperties">
  1129. <summary>
  1130. Gets or sets the collection of <see cref="T:System.Data.Edm.EdmProperty"/>s that specifies the properties declared by the entity type.
  1131. </summary>
  1132. </member>
  1133. <member name="P:System.Data.Edm.EdmEntityType.DeclaredKeyProperties">
  1134. <summary>
  1135. Gets or sets the collection of <see cref="T:System.Data.Edm.EdmProperty"/>s that indicates which properties from the <see cref="P:System.Data.Edm.EdmEntityType.DeclaredProperties"/> collection are part of the entity key.
  1136. </summary>
  1137. </member>
  1138. <member name="P:System.Data.Edm.EdmEntityType.DeclaredNavigationProperties">
  1139. <summary>
  1140. Gets or sets the optional collection of <see cref="T:System.Data.Edm.EdmNavigationProperty"/>s that specifies the navigation properties declared by the entity type.
  1141. </summary>
  1142. </member>
  1143. <member name="T:System.Data.Edm.EdmItemKind">
  1144. <summary>
  1145. Indicates which Entity Data Model (EDM) concept is represented by a given item.
  1146. </summary>
  1147. </member>
  1148. <member name="F:System.Data.Edm.EdmItemKind.AssociationEnd">
  1149. <summary>
  1150. Association End Kind
  1151. </summary>
  1152. </member>
  1153. <member name="F:System.Data.Edm.EdmItemKind.AssociationSet">
  1154. <summary>
  1155. Association Set Kind
  1156. </summary>
  1157. </member>
  1158. <member name="F:System.Data.Edm.EdmItemKind.AssociationType">
  1159. <summary>
  1160. Association Type Kind
  1161. </summary>
  1162. </member>
  1163. <member name="F:System.Data.Edm.EdmItemKind.CollectionType">
  1164. <summary>
  1165. Collection Type Kind
  1166. </summary>
  1167. </member>
  1168. <member name="F:System.Data.Edm.EdmItemKind.ComplexType">
  1169. <summary>
  1170. Complex Type Kind
  1171. </summary>
  1172. </member>
  1173. <member name="F:System.Data.Edm.EdmItemKind.EntityContainer">
  1174. <summary>
  1175. Entity Container Kind
  1176. </summary>
  1177. </member>
  1178. <member name="F:System.Data.Edm.EdmItemKind.EntitySet">
  1179. <summary>
  1180. Entity Set Kind
  1181. </summary>
  1182. </member