C# Class Microsoft.WindowsAzure.Samples.Data.Services.Client.EntityPropertyMappingInfo

Show file Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Public Methods

Method Description
EntityPropertyMappingInfo ( EntityPropertyMappingAttribute attribute, System.Type.Type definingType, ClientType actualPropertyType ) : System

Private Methods

Method Description
ReadPropertyValue ( object element ) : object
ReadPropertyValue ( object element, ClientType resourceType, string srcPathSegments, int currentSegment ) : object

Method Details

EntityPropertyMappingInfo() public method

public EntityPropertyMappingInfo ( EntityPropertyMappingAttribute attribute, System.Type.Type definingType, ClientType actualPropertyType ) : System
attribute EntityPropertyMappingAttribute
definingType System.Type.Type
actualPropertyType ClientType
return System