Seal.Model.ReportSchedule.Create C# (CSharp) Méthode

Create() public static méthode

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