static public EntityFieldDef[] GetFieldDefs(Guid entityDefId) { using (BasicChannel channel = new BasicChannel()) { return(channel.GetFieldDefs(entityDefId)); } }