Class Strings
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
Inherited Members
Namespace: Kephas.Composition.Mef.Resources
Assembly: Kephas.Composition.Mef.dll
Syntax
public class Strings
Properties
| Improve this Doc View SourceCulture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Declaration
public static CultureInfo Culture { get; set; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |
InvalidConventions
Looks up a localized string similar to The provided conventions must implement {0}..
Declaration
public static string InvalidConventions { get; }
Property Value
Type | Description |
---|---|
System.String |
MefCompositionContainer_Disposed_Exception
Looks up a localized string similar to The composition container is disposed!.
Declaration
public static string MefCompositionContainer_Disposed_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MefPartConventionsBuilder_AmbiguousCompositionConstructor
Looks up a localized string similar to Multiple eligible constructors declared for service implementation '{0}'. Use '{1}' to disambiguate among them..
Declaration
public static string MefPartConventionsBuilder_AmbiguousCompositionConstructor { get; }
Property Value
Type | Description |
---|---|
System.String |
MefPartConventionsBuilder_MissingCompositionConstructor
Looks up a localized string similar to There are no constructors defined for service implementation '{0}' with contract '{1}'..
Declaration
public static string MefPartConventionsBuilder_MissingCompositionConstructor { get; }
Property Value
Type | Description |
---|---|
System.String |
MetadataViewProvider_InvalidViewImplementation
Looks up a localized string similar to The type '{0}' cannot be used as a metadata view. A metadata view must be a concrete class with a parameterless or dictionary constructor..
Declaration
public static string MetadataViewProvider_InvalidViewImplementation { get; }
Property Value
Type | Description |
---|---|
System.String |
MetadataViewProvider_MissingMetadata
Looks up a localized string similar to Export metadata for '{0}' is missing and no default value was supplied..
Declaration
public static string MetadataViewProvider_MissingMetadata { get; }
Property Value
Type | Description |
---|---|
System.String |
ResourceManager
Returns the cached ResourceManager instance used by this class.
Declaration
public static ResourceManager ResourceManager { get; }
Property Value
Type | Description |
---|---|
System.Resources.ResourceManager |