StronglyTypedResources.CreateResxDesignerClassFromResourceSet

Creates a strongly typed resource from a ResourceSet object. The ResourceSet passed should always be the invariant resourceset that contains all the ResourceIds.

Creates strongly typed keys for each of the keys/values.

public string CreateResxDesignerClassFromResourceSet(string resourceSetName,
	string nameSpace,
	string classname,
	string fileName)

Parameters

resourceSetName

nameSpace
Namespace of the generated class. Pass Null or string.Empty to not generate a namespace

classname
Name of the class to generate. Pass null to use the ResourceSet name

fileName
Output filename for the CSharp class. If null no file is generated and only the class is returned


See also:

Class StronglyTypedResources

© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic