Sets a resourceName for a specified clrType.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public void SetResourceName( string resourceName, Type clrType, bool isDefault = false )
Parameters
- resourceName
- Type: SystemString
- clrType
- Type: SystemType
- isDefault (Optional)
- Type: SystemBoolean
See Also