Пример #1
0
 public WorkflowTaskBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #2
0
 public UserTypeBase(int?pId, Reference pPayrollStatus, int?pPayrollStatusId, Reference pPayrollType, int?pPayrollTypeId, Reference pType, int?pType_Id, List <Reference> pUsers, int?pUsersCount) : this(DocConvert.ToInt(pId))
 {
     PayrollStatus   = pPayrollStatus;
     PayrollStatusId = pPayrollStatusId;
     PayrollType     = pPayrollType;
     PayrollTypeId   = pPayrollTypeId;
     Type            = pType;
     Type_Id         = pType_Id;
     Users           = pUsers;
     UsersCount      = pUsersCount;
 }
Пример #3
0
 public IntervalBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #4
0
 public UnitConversionRulesBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #5
0
 public UserType(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #6
0
 public ReleaseStatus(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #7
0
 public ReleaseStatusBase(int?pId, string pBranch, string pRelease, string pServer, string pURL, string pVersion) : this(DocConvert.ToInt(pId))
 {
     Branch  = pBranch;
     Release = pRelease;
     Server  = pServer;
     URL     = pURL;
     Version = pVersion;
 }
Пример #8
0
 public AdjudicatedRatingBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #9
0
 public AdjudicatedRatingBase(int?pId, Reference pDocument, int?pDocumentId, RatingEnm?pRating, ReasonRejectedEnm?pReasonRejected) : this(DocConvert.ToInt(pId))
 {
     Document       = pDocument;
     DocumentId     = pDocumentId;
     Rating         = pRating;
     ReasonRejected = pReasonRejected;
 }
Пример #10
0
 public MeanRanges(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #11
0
 public AdjudicatedRating(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #12
0
 public MeanRangesBase(int?pId, bool isDummyParam) : this(DocConvert.ToInt(pId))
 {
 }
Пример #13
0
 public MeanRangesBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #14
0
 public WorkflowTaskBase(int?pId, Reference pAssignee, int?pAssigneeId, string pData, string pDescription, DateTime?pDueDate, Reference pReporter, int?pReporterId, Reference pStatus, int?pStatusId, Reference pType, int?pTypeId, Reference pWorkflow, int?pWorkflowId) : this(DocConvert.ToInt(pId))
 {
     Assignee    = pAssignee;
     AssigneeId  = pAssigneeId;
     Data        = pData;
     Description = pDescription;
     DueDate     = pDueDate;
     Reporter    = pReporter;
     ReporterId  = pReporterId;
     Status      = pStatus;
     StatusId    = pStatusId;
     Type        = pType;
     TypeId      = pTypeId;
     Workflow    = pWorkflow;
     WorkflowId  = pWorkflowId;
 }
Пример #15
0
 public LookupTableBindingBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #16
0
 public FavoriteBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #17
0
 public LookupTableBindingBase(int?pId, Bindings pBinding, string pBoundName, Reference pLookupTable, int?pLookupTableId, Reference pScope, int?pScopeId, List <Reference> pSynonyms, int?pSynonymsCount, List <Reference> pWorkflows, int?pWorkflowsCount) : this(DocConvert.ToInt(pId))
 {
     Binding        = pBinding;
     BoundName      = pBoundName;
     LookupTable    = pLookupTable;
     LookupTableId  = pLookupTableId;
     Scope          = pScope;
     ScopeId        = pScopeId;
     Synonyms       = pSynonyms;
     SynonymsCount  = pSynonymsCount;
     Workflows      = pWorkflows;
     WorkflowsCount = pWorkflowsCount;
 }
Пример #18
0
 public FavoriteBase(int?pId, Reference pScope, int?pScopeId) : this(DocConvert.ToInt(pId))
 {
     Scope   = pScope;
     ScopeId = pScopeId;
 }
Пример #19
0
 public ReleaseStatusBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #20
0
 public Favorite(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #21
0
 public UnitConversionRules(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #22
0
 public AttributeIntervalBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #23
0
 public UnitConversionRulesBase(int?pId, Reference pDestinationUnit, int?pDestinationUnitId, bool pIsDefault, bool pIsDestinationSi, Reference pModifierTerm, int?pModifierTermId, decimal pMultiplier, Reference pParent, int?pParentId, Reference pRootTerm, int?pRootTermId, Reference pSourceUnit, int?pSourceUnitId) : this(DocConvert.ToInt(pId))
 {
     DestinationUnit   = pDestinationUnit;
     DestinationUnitId = pDestinationUnitId;
     IsDefault         = pIsDefault;
     IsDestinationSi   = pIsDestinationSi;
     ModifierTerm      = pModifierTerm;
     ModifierTermId    = pModifierTermId;
     Multiplier        = pMultiplier;
     Parent            = pParent;
     ParentId          = pParentId;
     RootTerm          = pRootTerm;
     RootTermId        = pRootTermId;
     SourceUnit        = pSourceUnit;
     SourceUnitId      = pSourceUnitId;
 }
Пример #24
0
 public AttributeIntervalBase(int?pId, TypeInterval pInterval) : this(DocConvert.ToInt(pId))
 {
     Interval = pInterval;
 }
Пример #25
0
 public UserTypeBase(int?id) : this(DocConvert.ToInt(id))
 {
 }
Пример #26
0
 public AttributeInterval(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #27
0
 public Interval(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #28
0
 public LookupTableBinding(int?id) : base(DocConvert.ToInt(id))
 {
 }
Пример #29
0
 public IntervalBase(int?pId, DateTimeDto pCalendarDateEnd, int?pCalendarDateEndId, DateTimeDto pCalendarDateStart, int?pCalendarDateStartId, string pCalendarType, TimePoint pFollowUp, int?pFollowUpId, TimePoint pTimeOfDay, int?pTimeOfDayId) : this(DocConvert.ToInt(pId))
 {
     CalendarDateEnd     = pCalendarDateEnd;
     CalendarDateEndId   = pCalendarDateEndId;
     CalendarDateStart   = pCalendarDateStart;
     CalendarDateStartId = pCalendarDateStartId;
     CalendarType        = pCalendarType;
     FollowUp            = pFollowUp;
     FollowUpId          = pFollowUpId;
     TimeOfDay           = pTimeOfDay;
     TimeOfDayId         = pTimeOfDayId;
 }
Пример #30
0
 public WorkflowTask(int?id) : base(DocConvert.ToInt(id))
 {
 }