Exemplo n.º 1
0
        public TypeExclusions Add(TypeExclusions additionalExclusions)
        {
            this.Exclude     = additionalExclusions.Exclude;
            this.DoNotFollow = additionalExclusions.DoNotFollow;

            return(this);
        }
Exemplo n.º 2
0
        public TypeExclusions Add(TypeExclusions additionalExclusions)
        {
            this.Exclude = additionalExclusions.Exclude;
            this.DoNotFollow = additionalExclusions.DoNotFollow;

            return this;
        }
Exemplo n.º 3
0
 public AddSerializedMemberStep(ITypeRelationalMapper mapper, ITypeMemberParser parser, ITypeExclusion typeExclusionService)
 {
     typeResolver = mapper;
     typeParser = parser;
     typesNotToSerialize = typeExclusionService;
 }
 public SutDoNotFollowTypeExclusions(ITypeExclusion doNotFollowFixed)
 {
     _doNotFollowFixed = doNotFollowFixed;
 }
 public SutExcludeTypeExclusions(ITypeExclusion excludeFixed)
 {
     _excludeFixed = excludeFixed;
 }
Exemplo n.º 6
0
 public AddSerializedMemberStep(ITypeRelationalMapper mapper, ITypeMemberParser parser, ITypeExclusion typeExclusionService)
 {
     typeResolver        = mapper;
     typeParser          = parser;
     typesNotToSerialize = typeExclusionService;
 }
Exemplo n.º 7
0
 public SutDoNotFollowTypeExclusions(ITypeExclusion doNotFollowFixed)
 {
     _doNotFollowFixed = doNotFollowFixed;
 }
Exemplo n.º 8
0
 public SutExcludeTypeExclusions(ITypeExclusion excludeFixed)
 {
     _excludeFixed = excludeFixed;
 }