ServiceClientGenerator.Member.Member C# (CSharp) Method

Member() public method

public Member ( ServiceModel model, Shape owningShape, string name, string defaultMarshallName, CustomizationsModel propertyInjector ) : System.Reflection
model ServiceModel
owningShape Shape
name string
defaultMarshallName string
propertyInjector CustomizationsModel
return System.Reflection
        public Member(ServiceModel model, Shape owningShape, string name, string defaultMarshallName, CustomizationsModel.PropertyInjector propertyInjector)
            : base(model, propertyInjector.Data)
        {
            this.OwningShape = owningShape;
            _name = name;
            _defaultMarshallName = defaultMarshallName;
            this.PropertyModifier = null;
            this.PropertyInjector = propertyInjector;
        }

Same methods

Member::Member ( ServiceModel model, Shape owningShape, string name, string defaultMarshallName, JsonData data, CustomizationsModel propertyModifier ) : System.Reflection