ComplexPropertyConfiguration Class
Represents the configuration for a complex property of a structural type (an entity type or a complex type).
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System.Web.Http.OData.Builder::PropertyConfiguration
System.Web.Http.OData.Builder::StructuralPropertyConfiguration
System.Web.Http.OData.Builder::ComplexPropertyConfiguration
| Name | Description | |
|---|---|---|
![]() | ComplexPropertyConfiguration(PropertyInfo^, StructuralTypeConfiguration^) | Instantiates a new instance of the ComplexPropertyConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | AddedExplicitly | Gets or sets a value that is true if the property was added by the user; false if it was inferred through conventions. (Inherited from PropertyConfiguration.) |
![]() | ConcurrencyToken | Gets or sets a value indicating whether this property is a concurrency token or not. (Inherited from StructuralPropertyConfiguration.) |
![]() | DeclaringType | Gets the declaring type. (Inherited from PropertyConfiguration.) |
![]() | Kind | (Overrides PropertyConfiguration::Kind.) |
![]() | Name | Gets the name of the property. (Inherited from PropertyConfiguration.) |
![]() | OptionalProperty | Gets or sets a value indicating whether this property is optional or not. (Inherited from StructuralPropertyConfiguration.) |
![]() | PropertyInfo | Gets the mapping CLR PropertyInfo. (Inherited from PropertyConfiguration.) |
![]() | RelatedClrType | (Overrides PropertyConfiguration::RelatedClrType.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsOptional() | Marks the current complex property as optional. |
![]() | IsRequired() | Marks the current complex property as required. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


