Ejemplo n.º 1
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit)
     : this(share, limit, null, null, null, null)
 {
 }
Ejemplo n.º 2
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, FunctionInvocation <IValue <AValue> > DerivedSubject)
     : this(share, limit, null, null, DerivedSubject, null)
 {
 }
Ejemplo n.º 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)
 {
 }
Ejemplo n.º 4
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, Attachment <AttachmentValue> attachment, SubjectPosition subject, string Label)
     : this(share, limit, attachment, subject, null, Label)
 {
 }
Ejemplo n.º 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)
 {
 }
Ejemplo n.º 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)
 {
 }
Ejemplo n.º 7
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, SubjectPosition subject)
     : this(share, limit, null, subject, null, null)
 {
 }
Ejemplo n.º 8
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, string Label)
     : this(share, limit, null, null, null, Label)
 {
 }
Ejemplo n.º 9
0
 public Cover(Participation <ShareValue> share, Limit <LimitValue> limit, Attachment <AttachmentValue> attachment)
     : this(share, limit, attachment, null, null, null)
 {
 }