示例#1
0
 /// <inheritdoc/>
 public PutMappingDescriptor <T> Parent(TypeName parentType) => Assign(a => a.ParentField = new ParentField {
     Type = parentType
 });
示例#2
0
 public PutMappingDescriptor(IndexName index, TypeName type) : base(r => r.Required("index", index).Required("type", type))
 {
 }