-
Notifications
You must be signed in to change notification settings - Fork 42
/
EdmComplexPropertyAttribute.xml
46 lines (46 loc) · 2.4 KB
/
EdmComplexPropertyAttribute.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<Type Name="EdmComplexPropertyAttribute" FullName="System.Data.Entity.Core.Objects.DataClasses.EdmComplexPropertyAttribute">
<TypeSignature Language="C#" Value="public sealed class EdmComplexPropertyAttribute : System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit EdmComplexPropertyAttribute extends System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute" />
<TypeSignature Language="DocId" Value="T:System.Data.Entity.Core.Objects.DataClasses.EdmComplexPropertyAttribute" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class EdmComplexPropertyAttribute
Inherits EdmPropertyAttribute" />
<TypeSignature Language="F#" Value="type EdmComplexPropertyAttribute = class
 inherit EdmPropertyAttribute" />
<AssemblyInfo>
<AssemblyName>EntityFramework</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.AttributeUsage(System.AttributeTargets.Property)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Attribute for complex properties
Implied default AttributeUsage properties Inherited=True, AllowMultiple=False,
The metadata system expects this and will only look at the first of each of these attributes, even if there are more.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public EdmComplexPropertyAttribute ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Data.Entity.Core.Objects.DataClasses.EdmComplexPropertyAttribute.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>EntityFramework</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>