• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class StructuredFilename

Inheritance
System.Object
StructuredFilename
Implements
IStructuredFilename
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Romfile
Assembly: Snowflake.Framework.dll
Syntax
public sealed class StructuredFilename : IStructuredFilename

Constructors

StructuredFilename(String)

Declaration
public StructuredFilename(string originalFilename)
Parameters
Type Name Description
System.String originalFilename

Properties

NamingConvention

Declaration
public NamingConvention NamingConvention { get; }
Property Value
Type Description
NamingConvention

OriginalFilename

Declaration
public string OriginalFilename { get; }
Property Value
Type Description
System.String

RegionCode

Declaration
public string RegionCode { get; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; }
Property Value
Type Description
System.String

Year

Declaration
public string Year { get; }
Property Value
Type Description
System.String

Implements

IStructuredFilename
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.