C# Class DaysimTool.RosterWriter.RosterRecord

Mostra file Open project: psrc/soundcast

Public Properties

Property Type Description
blend_path_type string
blend_var string
end_minute int
factor string
field int
file_type string
length string
mode string
name string
path_type string
scaling string
start_minute int
transpose string
value_of_time_group string
variable string

Public Methods

Method Description
RosterRecord ( string variable, string mode, string path_type, string value_of_time_group, int start_minute, int end_minute, string name, string blend_var, string factor ) : System
Write ( ) : void

Method Details

RosterRecord() public method

public RosterRecord ( string variable, string mode, string path_type, string value_of_time_group, int start_minute, int end_minute, string name, string blend_var, string factor ) : System
variable string
mode string
path_type string
value_of_time_group string
start_minute int
end_minute int
name string
blend_var string
factor string
return System

Write() public method

public Write ( ) : void
return void

Property Details

blend_path_type public_oe property

public string blend_path_type
return string

blend_var public_oe property

public string blend_var
return string

end_minute public_oe property

public int end_minute
return int

factor public_oe property

public string factor
return string

field public_oe property

public int field
return int

file_type public_oe property

public string file_type
return string

length public_oe property

public string length
return string

mode public_oe property

public string mode
return string

name public_oe property

public string name
return string

path_type public_oe property

public string path_type
return string

scaling public_oe property

public string scaling
return string

start_minute public_oe property

public int start_minute
return int

transpose public_oe property

public string transpose
return string

value_of_time_group public_oe property

public string value_of_time_group
return string

variable public_oe property

public string variable
return string