Beispiel #1
0
 public override void SetTargets(IType targetMetadatumType, MetadatumTargets targets)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public abstract void SetTargets(IType targetMetadatumType, MetadatumTargets targets);
Beispiel #3
0
 public MetadatumInfo(TypeMetadatumRepresentation metadatumRepresentation, bool repeatable, bool inheritable, MetadatumTargets targets)
     : this()
 {
     this.MetadatumRepresentation = metadatumRepresentation;
     this.Repeatable  = repeatable;
     this.Inheritable = inheritable;
     this.Targets     = targets;
 }