Class EpisodeExpression
Inheritance
System.Object
EpisodeExpression
Assembly: Emby.Naming.dll
Syntax
public class EpisodeExpression
Constructors
EpisodeExpression()
Declaration
public EpisodeExpression()
EpisodeExpression(String)
Declaration
public EpisodeExpression(string expression)
Parameters
Type |
Name |
Description |
System.String |
expression |
|
EpisodeExpression(String, Boolean)
Declaration
public EpisodeExpression(string expression, bool byDate)
Parameters
Type |
Name |
Description |
System.String |
expression |
|
System.Boolean |
byDate |
|
Properties
Declaration
public string[] DateTimeFormats { get; set; }
Property Value
Type |
Description |
System.String[] |
|
EnableExpressionBuilder
Declaration
public bool EnableExpressionBuilder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EpisodeExpressionType
Declaration
public EpisodeExpressionType EpisodeExpressionType { get; set; }
Property Value
Expression
Declaration
public string Expression { get; set; }
Property Value
Type |
Description |
System.String |
|
IsByDate
Declaration
public bool IsByDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOptimistic
Declaration
public bool IsOptimistic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Regex
Declaration
public Regex Regex { get; }
Property Value
Type |
Description |
System.Text.RegularExpressions.Regex |
|
SupportsRomanNumerals
Declaration
public bool SupportsRomanNumerals { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Extension Methods