Seal.Model.ReportSchedule.Create C# (CSharp) Method

Create() public static method

public static Create ( ) : ReportSchedule
return ReportSchedule
        public static ReportSchedule Create()
        {
            return new ReportSchedule() { GUID = Guid.NewGuid().ToString() };
        }