コード例 #1
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit)
     : this(share, limit, null, null, null, null)
 {
 }
コード例 #2
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, FunctionInvocation <IValue <AValue> > DerivedSubject)
     : this(share, limit, null, null, DerivedSubject, null)
 {
 }
コード例 #3
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, Attachment <AttachmentValue> attachment, SubjectPosition subject, FunctionInvocation <IValue <AValue> > DerivedSubject)
     : this(share, limit, attachment, subject, DerivedSubject, null)
 {
 }
コード例 #4
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, Attachment <AttachmentValue> attachment, SubjectPosition subject, string Label)
     : this(share, limit, attachment, subject, null, Label)
 {
 }
コード例 #5
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, Attachment <AttachmentValue> attachment, FunctionInvocation <IValue <AValue> > DerivedSubject, string Label)
     : this(share, limit, attachment, null, DerivedSubject, Label)
 {
 }
コード例 #6
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, SubjectPosition subject, FunctionInvocation <IValue <AValue> > DerivedSubject, string Label)
     : this(share, limit, null, subject, DerivedSubject, Label)
 {
 }
コード例 #7
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, SubjectPosition subject)
     : this(share, limit, null, subject, null, null)
 {
 }
コード例 #8
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, string Label)
     : this(share, limit, null, null, null, Label)
 {
 }
コード例 #9
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, Attachment <AttachmentValue> attachment)
     : this(share, limit, attachment, null, null, null)
 {
 }