DynamicReviewQueue public class DynamicReviewQueue Documentation public bool AllowOutsideCoded { get; set; } public int AssociatedViewID { get; set; } public int DynamicReviewID { get; set; } public int DynamicReviewStatusID { get; set; } public int? RelatedFieldArtifactID { get; set; } public int? ReviewFieldArtifactID { get; set; } public string StatusCallbackUrl { get; set; } public string StatusName { get; set; } public DynamicReviewQueue()