model d'activité
This commit is contained in:
@ -28,6 +28,12 @@ namespace Yavsc.Models
|
|||||||
|
|
||||||
[InverseProperty("Context")]
|
[InverseProperty("Context")]
|
||||||
public List<Service> Services { get; set; }
|
public List<Service> Services { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Moderation settings
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
string ModeratorGroupName { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,27 +4,6 @@ using System.ComponentModel.DataAnnotations;
|
|||||||
|
|
||||||
namespace Yavsc
|
namespace Yavsc
|
||||||
{
|
{
|
||||||
public class WorkflowReference {
|
|
||||||
/// <summary>
|
|
||||||
/// Friendly name for this kind of service
|
|
||||||
/// </summary>
|
|
||||||
/// <returns></returns>
|
|
||||||
string DisplayName { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Service code found in the catalog
|
|
||||||
/// </summary>
|
|
||||||
/// <returns></returns>
|
|
||||||
[Key]
|
|
||||||
string SpecificationCode { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Moderation settings
|
|
||||||
/// </summary>
|
|
||||||
/// <returns></returns>
|
|
||||||
string ModeratorGroupName { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class SiteSettings
|
public class SiteSettings
|
||||||
{
|
{
|
||||||
public string Title { get; set; }
|
public string Title { get; set; }
|
||||||
@ -44,11 +23,6 @@ namespace Yavsc
|
|||||||
public EmailEntry Owner { get; set; }
|
public EmailEntry Owner { get; set; }
|
||||||
public EmailEntry Admin { get; set; }
|
public EmailEntry Admin { get; set; }
|
||||||
public ThirdPartyFiles UserFiles { get; set; }
|
public ThirdPartyFiles UserFiles { get; set; }
|
||||||
/// <summary>
|
|
||||||
/// Configured services
|
|
||||||
/// </summary>
|
|
||||||
/// <returns></returns>
|
|
||||||
public List<WorkflowReference> WorkFlow { get; set; }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user