Search Results for

    Show / Hide Table of Contents

    Class ResXFileRef

    ResX File Reference class. This allows the developer to represent a link to an external resource. When the resource manager asks for the value of the resource item, the external resource is loaded.

    Inheritance
    System.Object
    ResXFileRef
    Namespace: System.Resources.NetStandard
    Assembly: PnP.Framework.dll
    Syntax
    public class ResXFileRef : object

    Constructors

    ResXFileRef(String, String)

    Creates a new ResXFileRef that points to the specified file. The type refered to by typeName must support a constructor that accepts a System.IO.Stream as a parameter.

    Declaration
    public ResXFileRef(string fileName, string typeName)
    Parameters
    System.String fileName

    System.String typeName

    ResXFileRef(String, String, Encoding)

    Creates a new ResXFileRef that points to the specified file. The type refered to by typeName must support a constructor that accepts a System.IO.Stream as a parameter.

    Declaration
    public ResXFileRef(string fileName, string typeName, Encoding textFileEncoding)
    Parameters
    System.String fileName

    System.String typeName

    Encoding textFileEncoding

    Properties

    FileName

    Declaration
    public string FileName { get; }
    Property Value
    System.String

    TextFileEncoding

    Declaration
    public Encoding TextFileEncoding { get; }
    Property Value
    Encoding

    TypeName

    Declaration
    public string TypeName { get; }
    Property Value
    System.String

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer