Persistence.TrackModel.TrackModel C# (CSharp) Method

TrackModel() public method

Default constructor
public TrackModel ( ) : System
return System
        public TrackModel()
        {
            this.Tag = new Tag.CompleteTag();
            this.Filepath = "";
        }

Same methods

TrackModel::TrackModel ( string filename ) : System