Translates a server property name into a client property name.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public virtual string ServerPropertyNameToClient( string serverPropertyName, StructuralType parentType )
Parameters
- serverPropertyName
- Type: SystemString
- parentType
- Type: Breeze.SharpStructuralType
Return Value
Type: StringSee Also