Class CleanDateTimeResult
Inheritance
System.Object
CleanDateTimeResult
Namespace: Emby.Naming.Video
Assembly: Emby.Naming.dll
Syntax
public sealed class CleanDateTimeResult
Properties
HasChanged
Gets or sets a value indicating whether this instance has changed.
Declaration
public bool HasChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Year
Gets or sets the year.
Declaration
public int? Year { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The year. |