Show / Hide Table of Contents

Class Source

Inheritance
System.Object
Source
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public class Source

Constructors

Source()

Declaration
public Source()

Properties

Conditions

Declaration
public List<Condition> Conditions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Condition>

EndDate

Declaration
public DateTime? EndDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

File

Declaration
public File File { get; set; }
Property Value
Type Description
File

FileId

Declaration
public int ? FileId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Filename

Gets the filename.

This is the physical path to the file on the player.

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

FlashVars

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

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

InternalId

Declaration
public Guid InternalId { get; set; }
Property Value
Type Description
System.Guid

Interval

Declaration
public int ? Interval { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Name

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

Sequence

Declaration
public int Sequence { get; set; }
Property Value
Type Description
System.Int32

StartDate

Declaration
public DateTime? StartDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Template

Declaration
public Template Template { get; set; }
Property Value
Type Description
Template

Timestamp

Declaration
public DateTime Timestamp { get; set; }
Property Value
Type Description
System.DateTime

Type

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

Uri

Gets the URI representation of the source location

Declaration
public Uri Uri { get; }
Property Value
Type Description
System.Uri

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2018 RevelDigital
Generated by DocFX