TinySite.Models.OutputFile.OutputFile C# (CSharp) Méthode

OutputFile() protected méthode

protected OutputFile ( OutputFile original ) : System.IO
original OutputFile
Résultat System.IO
        protected OutputFile(OutputFile original)
            : base(original)
        {
            this.OutputPath = original.OutputPath;
            this.OutputRootPath = original.OutputRootPath;
            this.OutputRelativePath = original.OutputRelativePath;
            this.Url = original.Url;
            this.RootUrl = original.RootUrl;
            this.RelativeUrl = original.RelativeUrl;
            this.TargetExtension = original.TargetExtension;
            this.Unmodified = original.Unmodified;
        }

Same methods

OutputFile::OutputFile ( string path, string rootPath, string outputPath, string outputRootPath, string rootUrl, string relativeUrl ) : System.IO
OutputFile