public override void GenerateCode(ClrBasePropertyInfo property, List <ClrAnnotation> annotations) { GenerateConstructorCode(property); property.AddToType(decl, annotations); if (!declItems.hasElementWildCards) { property.AddToContentModel(contentModelExpression); } }
internal override void CreateProperty(ClrBasePropertyInfo propertyInfo, List <ClrAnnotation> annotations) { ((ClrWrappingPropertyInfo)propertyInfo).WrappedFieldName = this.memberName; propertyInfo.AddToType(this.decl, annotations); }
public virtual void GenerateCode( ClrBasePropertyInfo property, List <ClrAnnotation> annotations) { property.AddToType(decl, annotations); }
internal override void CreateProperty(ClrBasePropertyInfo propertyInfo, List<ClrAnnotation> annotations) { ((ClrWrappingPropertyInfo)propertyInfo).WrappedFieldName = this.memberName; propertyInfo.AddToType(decl, annotations); }
internal override void CreateProperty(ClrBasePropertyInfo propertyInfo, List<ClrAnnotation> annotations) { propertyInfo.AddToType(this.decl, annotations); }
public override void GenerateCode(ClrBasePropertyInfo property, List<ClrAnnotation> annotations) { GenerateConstructorCode(property); property.AddToType(decl, annotations); if (!declItems.hasElementWildCards) property.AddToContentModel(contentModelExpression); }
public virtual void GenerateCode(ClrBasePropertyInfo property, List<ClrAnnotation> annotations) { property.AddToType(decl, annotations); }
internal override void CreateProperty(ClrBasePropertyInfo propertyInfo, List <ClrAnnotation> annotations) { propertyInfo.AddToType(this.decl, annotations); }