Search Results for

    Show / Hide Table of Contents

    Interface IUnit

    a

    Inherited Members
    IHasVersion.Version
    IHasVersion.VersionString
    IHasId.Id
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public interface IUnit : IHasVersion, IHasId

    Properties

    CastId

    Declaration
    string? CastId { get; set; }
    Property Value
    Type Description
    string

    Category

    a

    Declaration
    Category Category { get; set; }
    Property Value
    Type Description
    Category

    Duration

    Declaration
    TimeSpan? Duration { get; set; }
    Property Value
    Type Description
    TimeSpan?

    DurationString

    Declaration
    string? DurationString { get; set; }
    Property Value
    Type Description
    string

    Group

    b

    Declaration
    Guid Group { get; set; }
    Property Value
    Type Description
    Guid

    Language

    Declaration
    string? Language { get; set; }
    Property Value
    Type Description
    string

    StartTime

    Declaration
    TimeSpan? StartTime { get; set; }
    Property Value
    Type Description
    TimeSpan?

    StartTimeString

    Declaration
    string? StartTimeString { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top LibSasara