Beispiel #1
0
 private bool IsAttributeInherited(AcmaSchemaAttribute attribute)
 {
     return(attribute.IsInheritedInClass(this.ObjectClass));
 }