public bool HasValue <TResult>(Expression <Func <ListMapping, TResult> > property)
 {
     return(attributes.HasValue(property));
 }
示例#2
0
 public bool HasValue <TResult>(Expression <Func <JoinedSubclassMapping, TResult> > property)
 {
     return(attributes.HasValue(property));
 }
 public bool HasValue <TResult>(Expression <Func <CompositeIndexMapping, TResult> > property)
 {
     return(attributes.HasValue(property));
 }
示例#4
0
 public bool HasValue <TResult>(Expression <Func <ComponentMappingBase, TResult> > property)
 {
     return(attributes.HasValue(property));
 }