-
Notifications
You must be signed in to change notification settings - Fork 48
Documentation Test
Details for an entity binding.
M:GSoft.Dynamite.Binding.EntityPropertyConversionDetail.#ctor(System.Reflection.PropertyInfo,System.String,GSoft.Dynamite.Binding.BindingType,GSoft.Dynamite.ValueTypes.Writers.IBaseValueWriter,GSoft.Dynamite.ValueTypes.Readers.IBaseValueReader)
Initializes a new instance of the class.
Name | Description |
---|---|
entityProperty: | The entity property. |
Name | Description |
----- | ------ |
valueKey: | The value key. |
Name | Description |
----- | ------ |
bindingType: | Type of the binding. |
Name | Description |
----- | ------ |
valueWriter: | Value writer for the associated value type |
Name | Description |
----- | ------ |
valueReader: | Value reader for the associated value type |
Gets or sets the entity property.
Gets or sets the value key.
Gets the type of the binding.
Gets the writer instance that knows how to write the property's value type to SharePoint elements
Gets the re instance that knows how to write the property's value type to SharePoint elements
A schema to apply on entities.
A schema to apply on entities.
The entity type described by the schema
The mapping details for each property of the entity
Name | Description |
---|---|
entityType: | The entity type described by the schema |
The entity type described by the schema
The mapping details for each property of the entity
Decorator for which takes care of caching entity mapping details for all types.
Builds the schema of entity mapping details for all of an entity's properties tagged with the PropertyAttribute.